cfm: No longer keep track of bad remote MPs and MAIDS.
[openvswitch] / lib / mac-learning.h
index 2bff465680d252f7abede682fdd5083bd6d434e0..16c92dbe5b11ae010aebccf03e2ac880d99c66db 100644 (file)
@@ -48,6 +48,7 @@ struct mac_entry {
 
     /* Learned port. */
     union {
+        void *p;
         int i;
     } port;
 };
@@ -112,6 +113,7 @@ struct mac_entry *mac_learning_lookup(const struct mac_learning *,
                                       uint16_t vlan, tag_type *);
 
 /* Flushing. */
+void mac_learning_expire(struct mac_learning *, struct mac_entry *);
 void mac_learning_flush(struct mac_learning *);
 
 #endif /* mac-learning.h */