naccyde / rpms / iproute

Forked from rpms/iproute 5 months ago
Clone

Blame SOURCES/iproute2-3.10.0-bridge-fdb-additional-man-changes.patch

7787e2
diff --git a/man/man8/bridge.8 b/man/man8/bridge.8
7787e2
index e313400..927a492 100644
7787e2
--- a/man/man8/bridge.8
7787e2
+++ b/man/man8/bridge.8
7787e2
@@ -44,12 +44,12 @@ bridge \- show / manipulate bridge addresses and devices
7787e2
 .IR DEV " ]"
7787e2
 
7787e2
 .ti -8
7787e2
-.BR "bridge fdb" " { " add " | " append " | " del " } "
7787e2
+.BR "bridge fdb" " { " add " | " append " | " del " | " replace " } "
7787e2
 .I LLADDR
7787e2
 .B  dev
7787e2
 .IR DEV " { "
7787e2
 .BR local " | " temp " } { "
7787e2
-.BR self " } { " embedded " } { " router " } [ "
7787e2
+.BR self " } { " router " } [ "
7787e2
 .B  dst
7787e2
 .IR IPADDR " ] [ "
7787e2
 .B vni
7787e2
@@ -275,10 +275,6 @@ the interface to which this address is associated.
7787e2
 - the address is associated with a software fdb (default)
7787e2
 .sp
7787e2
 
7787e2
-.B embedded
7787e2
-- the address is associated with an offloaded fdb
7787e2
-.sp
7787e2
-
7787e2
 .B router
7787e2
 - the destination address is associated with a router.
7787e2
 Valid if the referenced device is a VXLAN type device and has
7787e2
@@ -333,6 +329,13 @@ This command removes an existing fdb entry.
7787e2
 
7787e2
 .PP
7787e2
 The arguments are the same as with
7787e2
+.BR "bridge fdb add" .
7787e2
+
7787e2
+.SS bridge fdb replace - replace a forwarding database entry
7787e2
+This command replaces an already present fdb entry.
7787e2
+
7787e2
+.PP
7787e2
+The arguments are the same as with
7787e2
 .BR "bridge fdb add" ,
7787e2
 
7787e2
 .SS bridge fdb show - list forwarding entries.