aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/l2.api
diff options
context:
space:
mode:
authorJerome Tollet <jtollet@cisco.com>2017-09-05 12:13:22 +0100
committerJohn Lo <loj@cisco.com>2017-09-07 07:48:53 +0000
commit483041413842e04f6958ae8cae4135dc2262d43b (patch)
tree608e8d306ff9b714b2f5432520f6148c9dab8455 /src/vnet/l2/l2.api
parentd05c155e346f73b1aa77e74c7a012ef9711dd1fa (diff)
Support for bridge domain free text tag
Change-Id: I9a75fdafd0c1d87b6f071fda5b77ff5f6b79deb7 Signed-off-by: Jerome Tollet <jtollet@cisco.com>
Diffstat (limited to 'src/vnet/l2/l2.api')
-rw-r--r--src/vnet/l2/l2.api2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vnet/l2/l2.api b/src/vnet/l2/l2.api
index 9f97ebbe2ca..baf830fae3b 100644
--- a/src/vnet/l2/l2.api
+++ b/src/vnet/l2/l2.api
@@ -249,6 +249,7 @@ autoreply define bridge_domain_add_del
u8 learn;
u8 arp_term;
u8 mac_age;
+ u8 bd_tag[64];
u8 is_add;
};
@@ -296,6 +297,7 @@ manual_print manual_endian define bridge_domain_details
u8 learn;
u8 arp_term;
u8 mac_age;
+ u8 bd_tag[64];
u32 bvi_sw_if_index;
u32 n_sw_ifs;
vl_api_bridge_domain_sw_if_t sw_if_details[n_sw_ifs];