Blame SOURCES/0057-bridge.8-document-fdb-replace-command.patch

4aca6e
From e8d0fdaf5f409584b9ff6110d294ddd783aeb3d2 Mon Sep 17 00:00:00 2001
4aca6e
From: Phil Sutter <psutter@redhat.com>
4aca6e
Date: Tue, 28 Feb 2017 16:11:59 +0100
4aca6e
Subject: [PATCH] bridge.8: document fdb replace command
4aca6e
4aca6e
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1417289
4aca6e
Upstream Status: iproute2.git commit 6e2e2cf03a2fe
4aca6e
4aca6e
commit 6e2e2cf03a2fe5777ee75e943444a343756042c0
4aca6e
Author: Phil Sutter <phil@nwl.cc>
4aca6e
Date:   Wed Nov 18 12:46:42 2015 +0100
4aca6e
4aca6e
    bridge.8: document fdb replace command
4aca6e
4aca6e
    Despite commit 45a82e5 ("iproute vxlan add support for fdb replace
4aca6e
    command"), the 'fdb replace' command was not mentioned in bridge.8.
4aca6e
4aca6e
    Signed-off-by: Phil Sutter <phil@nwl.cc>
4aca6e
---
4aca6e
 man/man8/bridge.8 | 9 ++++++++-
4aca6e
 1 file changed, 8 insertions(+), 1 deletion(-)
4aca6e
4aca6e
diff --git a/man/man8/bridge.8 b/man/man8/bridge.8
4aca6e
index 6cbf72b..38f7b8b 100644
4aca6e
--- a/man/man8/bridge.8
4aca6e
+++ b/man/man8/bridge.8
4aca6e
@@ -50,7 +50,7 @@ bridge \- show / manipulate bridge addresses and devices
4aca6e
 .IR DEV " ]"
4aca6e
 
4aca6e
 .ti -8
4aca6e
-.BR "bridge fdb" " { " add " | " append " | " del " } "
4aca6e
+.BR "bridge fdb" " { " add " | " append " | " del " | " replace " } "
4aca6e
 .I LLADDR
4aca6e
 .B  dev
4aca6e
 .IR DEV " { "
4aca6e
@@ -407,6 +407,13 @@ This command removes an existing fdb entry.
4aca6e
 The arguments are the same as with
4aca6e
 .BR "bridge fdb add" ,
4aca6e
 
4aca6e
+.SS bridge fdb replace - replace a forwarding database entry
4aca6e
+If no matching entry is found, a new one will be created instead.
4aca6e
+
4aca6e
+.PP
4aca6e
+The arguments are the same as with
4aca6e
+.BR "bridge fdb add" ,
4aca6e
+
4aca6e
 .SS bridge fdb show - list forwarding entries.
4aca6e
 
4aca6e
 This command displays the current forwarding table.
4aca6e
-- 
4aca6e
1.8.3.1
4aca6e