X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fl2%2Fl2_bvi.h;h=7abe462054e52bfa50f526d7a18348c1fcb6f8ed;hb=c25eb4547a4d25c0808a33e2a79fb7485b5bfe20;hp=cc86072fab7c126261f229d4f1396aa700ad0fc4;hpb=008eef3073e07de3e5802215ffb213fbc198814b;p=vpp.git 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);