DVR: Control the reinject as L2 or L3 based on the output interface type
[vpp.git] / src / vnet / buffer.h
index 5114dc6..7065bd7 100644 (file)
@@ -239,9 +239,9 @@ typedef struct
     {
       u32 feature_bitmap;
       u16 bd_index;            /* bridge-domain index */
+      u16 l2fib_sn;            /* l2fib bd/int seq_num */
       u8 l2_len;               /* ethernet header length */
       u8 shg;                  /* split-horizon group */
-      u16 l2fib_sn;            /* l2fib bd/int seq_num */
       u8 bd_age;               /* aging enabled */
     } l2;