X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Finterface.h;h=095fe9617e2d7430bcb2e65776c6890d8d20b5e6;hb=abce509affe1f25bbb4905670371ad202529d5e0;hp=1c9855581f0c0e66ddd23c7e9573db32307ce88c;hpb=f55f9b851f59264d737d92c6277a87588c565d24;p=vpp.git diff --git a/src/vnet/interface.h b/src/vnet/interface.h index 1c9855581f0..095fe9617e2 100644 --- a/src/vnet/interface.h +++ b/src/vnet/interface.h @@ -573,6 +573,9 @@ typedef struct /* Interface does not appear in CLI/API */ #define VNET_SW_INTERFACE_FLAG_HIDDEN (1 << 5) +/* Interface in ERROR state */ +#define VNET_SW_INTERFACE_FLAG_ERROR (1 << 6) + /* Index for this interface. */ u32 sw_if_index;