diff options
Diffstat (limited to 'src/vnet/l2/l2_bvi.h')
-rw-r--r-- | src/vnet/l2/l2_bvi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/l2/l2_bvi.h b/src/vnet/l2/l2_bvi.h index cc86072fab7..7abe462054e 100644 --- a/src/vnet/l2/l2_bvi.h +++ b/src/vnet/l2/l2_bvi.h @@ -38,7 +38,7 @@ static_always_inline u32 l2_to_bvi (vlib_main_t * vlib_main, vnet_main_t * vnet_main, vlib_buffer_t * b0, - u32 bvi_sw_if_index, next_by_ethertype_t * l3_next, u32 * next0) + u32 bvi_sw_if_index, next_by_ethertype_t * l3_next, u16 * next0) { /* Perform L3 my-mac filter */ ethernet_header_t *e0 = vlib_buffer_get_current (b0); |