VPP-235: fixed vat help message for sw_interface_set_l2_bridge 08/2208/2
authorCalvin <[email protected]>
Wed, 3 Aug 2016 20:53:13 +0000 (16:53 -0400)
committerDave Barach <[email protected]>
Tue, 9 Aug 2016 13:06:38 +0000 (13:06 +0000)
Change-Id: Ie2a771abbd579c4ffd9679c157dcf435d91ebf7b
Signed-off-by: Calvin <[email protected]>
vpp-api-test/vat/api_format.c

index 03919ae..fbf04a2 100644 (file)
@@ -15213,7 +15213,7 @@ _(sw_interface_set_l2_xconnect,                                         \
   "rx <intfc> | rx_sw_if_index <id> tx <intfc> | tx_sw_if_index <id>\n" \
   "enable | disable")                                                   \
 _(sw_interface_set_l2_bridge,                                           \
-  "rx <intfc> | rx_sw_if_index <id> bd_id <bridge-domain-id>\n"         \
+  "<intfc> | sw_if_index <id> bd_id <bridge-domain-id>\n"         \
   "[shg <split-horizon-group>] [bvi]\n"                                 \
   "enable | disable")                                                   \
 _(bridge_domain_add_del,                                                \