aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/l2.api
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/l2/l2.api')
-rw-r--r--src/vnet/l2/l2.api1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/l2/l2.api b/src/vnet/l2/l2.api
index f16a8ad05a3..fc851e4203d 100644
--- a/src/vnet/l2/l2.api
+++ b/src/vnet/l2/l2.api
@@ -320,6 +320,7 @@ manual_print manual_endian define bridge_domain_details
/** \brief Flags that can be changed on a bridge domain */
enum bd_flags
{
+ BRIDGE_API_FLAG_NONE = 0x0,
BRIDGE_API_FLAG_LEARN = 0x1,
BRIDGE_API_FLAG_FWD = 0x2,
BRIDGE_API_FLAG_FLOOD = 0x4,