aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r--src/vnet/buffer.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h
index f08b4fc177d..ea3ce0938de 100644
--- a/src/vnet/buffer.h
+++ b/src/vnet/buffer.h
@@ -169,9 +169,11 @@ typedef struct
struct
{
u32 feature_bitmap;
- u16 bd_index; // bridge-domain index
- u8 l2_len; // ethernet header length
- u8 shg; // split-horizon group
+ u16 bd_index; /* bridge-domain index */
+ u8 l2_len; /* ethernet header length */
+ u8 shg; /* split-horizon group */
+ u8 bd_sn; /* bridge domain seq# */
+ u8 int_sn; /* interface seq# */
} l2;
/* l2tpv3 softwire encap, only valid there */