bridge: Fix src_vni argument in man page
"SRC VNI" is only one argument and should appear as such. Moreover, this
argument to the src_vni option is documented under three forms: "SRC_VNI",
"SRC VNI" and "VNI" in different places. Consistenly use the simplest form,
"VNI".
Fixes: c5b176e5ba ("bridge: fdb: add support for src_vni option")
Signed-off-by: Benjamin Poirier <bpoirier@cumulusnetworks.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
This commit is contained in:
parent
43b0b6ec84
commit
df1262155c
|
|
@ -71,7 +71,7 @@ bridge \- show / manipulate bridge addresses and devices
|
||||||
.B dst
|
.B dst
|
||||||
.IR IPADDR " ] [ "
|
.IR IPADDR " ] [ "
|
||||||
.B src_vni
|
.B src_vni
|
||||||
.IR SRC_VNI " ] ["
|
.IR VNI " ] ["
|
||||||
.B vni
|
.B vni
|
||||||
.IR VNI " ] ["
|
.IR VNI " ] ["
|
||||||
.B port
|
.B port
|
||||||
|
|
@ -498,7 +498,7 @@ the IP address of the destination
|
||||||
VXLAN tunnel endpoint where the Ethernet MAC ADDRESS resides.
|
VXLAN tunnel endpoint where the Ethernet MAC ADDRESS resides.
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.BI src_vni " SRC VNI"
|
.BI src_vni " VNI"
|
||||||
the src VNI Network Identifier (or VXLAN Segment ID)
|
the src VNI Network Identifier (or VXLAN Segment ID)
|
||||||
this entry belongs to. Used only when the vxlan device is in
|
this entry belongs to. Used only when the vxlan device is in
|
||||||
external or collect metadata mode. If omitted the value specified at
|
external or collect metadata mode. If omitted the value specified at
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue