aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/l2_bd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/l2/l2_bd.h')
-rw-r--r--src/vnet/l2/l2_bd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vnet/l2/l2_bd.h b/src/vnet/l2/l2_bd.h
index 4bb9bc9b24c..5c2502d9f9b 100644
--- a/src/vnet/l2/l2_bd.h
+++ b/src/vnet/l2/l2_bd.h
@@ -86,6 +86,9 @@ typedef struct
/* mac aging */
u8 mac_age;
+ /* sequence number for bridge domain based flush of MACs */
+ u8 seq_num;
+
} l2_bridge_domain_t;
/* Return 1 if bridge domain has been initialized */