diff options
author | Yichen Wang <yicwang@cisco.com> | 2018-09-18 17:32:29 -0700 |
---|---|---|
committer | Yichen Wang <yicwang@cisco.com> | 2018-09-18 17:33:08 -0700 |
commit | 5c7c49d15212c34db9c4244cd55913a7b4f363ce (patch) | |
tree | b957778b13b91da35e78e64f2bae3f3ee5fce113 /src | |
parent | 33e6583e541ab411ff91dc6e991e1b852e39b520 (diff) |
Fix documentation for SHG in bridge domain
Change-Id: If094971cf011d09fa0daf3ff393f490e584c1151
Signed-off-by: Yichen Wang <yicwang@cisco.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/vnet/l2/l2.api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/l2/l2.api b/src/vnet/l2/l2.api index ae639682a38..3c898db9407 100644 --- a/src/vnet/l2/l2.api +++ b/src/vnet/l2/l2.api @@ -425,7 +425,7 @@ autoreply define sw_interface_set_l2_xconnect @param rx_sw_if_index - the interface @param bd_id - bridge domain id @param bvi - Setup interface as a bvi, bridge mode only - @param shg - Shared horizon group, for bridge mode only + @param shg - Split horizon group, for bridge mode only @param enable - Enable beige mode if not 0, else set to L3 mode */ autoreply define sw_interface_set_l2_bridge |