aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/buffer.h
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-06-06 10:35:07 +0000
committerNeale Ranns <nranns@cisco.com>2019-06-06 10:35:07 +0000
commita342da22f35676114ca928c65b0219fac8009f7a (patch)
treeba0e1ab147345a48e111f49ae2cdcfe32956609e /src/vnet/buffer.h
parent21aa8f1022590b8b5caf819b4bbd485de0f1dfe5 (diff)
DVR: Control the reinject as L2 or L3 based on the output interface type
Change-Id: Ib4cdbe8a6a1d10a643941c13aa0acbed410f876c Type: Feature Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r--src/vnet/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h
index 5114dc68a71..7065bd745d0 100644
--- a/src/vnet/buffer.h
+++ b/src/vnet/buffer.h
@@ -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;