X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Finterface.c;h=2a1e70e8927210af571a7495274abc3574c96297;hb=ce1b4c7f05ce28d7b73eb7ed0a8ea4bd483f09e9;hp=9454ac183b1bc5c52252018a76fa2c3a4aecf9f0;hpb=fdd81af6afe6c782ad2c1a139210378badec626b;p=vpp.git diff --git a/src/vnet/interface.c b/src/vnet/interface.c index 9454ac183b1..2a1e70e8927 100644 --- a/src/vnet/interface.c +++ b/src/vnet/interface.c @@ -1364,6 +1364,7 @@ vnet_link_to_l3_proto (vnet_link_t link) case VNET_LINK_ARP: return (VNET_L3_PACKET_TYPE_ARP); case VNET_LINK_ETHERNET: + case VNET_LINK_NSH: ASSERT (0); break; }