X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Finterface.h;h=5419fff92a526c04ad48a3187fd4352f4972d19f;hb=718a055fa9aec5fafced17b7c20b1556c2cc4d07;hp=d87de60bceb3b471ac7b06c4dfa65953f439d93a;hpb=6865d3c2ac01d78a2f313c4fb3e74cf409328e58;p=vpp.git diff --git a/src/vnet/interface.h b/src/vnet/interface.h index d87de60bceb..5419fff92a5 100644 --- a/src/vnet/interface.h +++ b/src/vnet/interface.h @@ -661,7 +661,7 @@ typedef enum vnet_sw_interface_flags_t_ /* Interface is disabled for forwarding: punt all traffic to slow-path. */ VNET_SW_INTERFACE_FLAG_PUNT = (1 << 1), - VNET_SW_INTERFACE_FLAG_PROXY_ARP = (1 << 2), + __VNET_SW_INTERFACE_FLAG_UNSUED = (1 << 2), VNET_SW_INTERFACE_FLAG_UNNUMBERED = (1 << 3),