diff options
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/dpo/l2_bridge_dpo.c | 2 | ||||
-rw-r--r-- | src/vnet/l2/l2_input.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet/dpo/l2_bridge_dpo.c b/src/vnet/dpo/l2_bridge_dpo.c index 7317fcdacc3..fd92a61e960 100644 --- a/src/vnet/dpo/l2_bridge_dpo.c +++ b/src/vnet/dpo/l2_bridge_dpo.c @@ -312,7 +312,7 @@ l2_bridge_dpo_inline (vlib_main_t * vm, vnet_buffer(b0)->sw_if_index[VLIB_TX] = l2b0->l2b_sw_if_index; /* - * take that, and rewind it back... + * take that, rewind it back... */ len0 = ((u8*)vlib_buffer_get_current(b0) - (u8*)ethernet_buffer_get_header(b0)); diff --git a/src/vnet/l2/l2_input.h b/src/vnet/l2/l2_input.h index e8a6c776cef..dc9d95484ee 100644 --- a/src/vnet/l2/l2_input.h +++ b/src/vnet/l2/l2_input.h @@ -112,6 +112,7 @@ l2input_bd_config (u32 bd_index) _(FWD, "l2-fwd") \ _(RW, "l2-rw") \ _(LEARN, "l2-learn") \ + _(L2_EMULATION, "l2-emulation") \ _(VTR, "l2-input-vtr") \ _(VPATH, "vpath-input-l2") \ _(ACL, "l2-input-acl") \ |