diff options
author | Calvin <calvin.ference@gmail.com> | 2016-08-03 16:53:13 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2016-08-09 13:06:38 +0000 |
commit | e2c987e21fa9d2d2be93176429679dd8eaca9576 (patch) | |
tree | d5886f0c4d186c81828e13d4479a360799c8959c /vpp-api-test | |
parent | 819ec6faf928d2b55640fb17f19fc83561761453 (diff) |
VPP-235: fixed vat help message for sw_interface_set_l2_bridge
Change-Id: Ie2a771abbd579c4ffd9679c157dcf435d91ebf7b
Signed-off-by: Calvin <calvin.ference@gmail.com>
Diffstat (limited to 'vpp-api-test')
-rw-r--r-- | vpp-api-test/vat/api_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp-api-test/vat/api_format.c b/vpp-api-test/vat/api_format.c index 03919aea9b5..fbf04a2386c 100644 --- a/vpp-api-test/vat/api_format.c +++ b/vpp-api-test/vat/api_format.c @@ -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, \ |