naccyde / rpms / iproute

Forked from rpms/iproute 9 months ago
Clone

Blame SOURCES/0090-bridge-vlan-fix-a-few-fdb-typos-in-vlan-doc.patch

4aca6e
From 5445d3424bd41eb6c1296a48104095777d44204d Mon Sep 17 00:00:00 2001
4aca6e
From: Phil Sutter <psutter@redhat.com>
4aca6e
Date: Tue, 28 Feb 2017 16:12:44 +0100
4aca6e
Subject: [PATCH] bridge: vlan: fix a few "fdb" typos in vlan doc
4aca6e
4aca6e
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1417289
4aca6e
Upstream Status: iproute2.git commit 296cee6fdfaab
4aca6e
4aca6e
commit 296cee6fdfaabfbf29a9f6bbf106c83c82c1d838
4aca6e
Author: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
4aca6e
Date:   Tue Jun 21 15:28:26 2016 -0400
4aca6e
4aca6e
    bridge: vlan: fix a few "fdb" typos in vlan doc
4aca6e
4aca6e
    Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
4aca6e
---
4aca6e
 bridge/vlan.c     | 2 +-
4aca6e
 man/man8/bridge.8 | 4 ++--
4aca6e
 2 files changed, 3 insertions(+), 3 deletions(-)
4aca6e
4aca6e
diff --git a/bridge/vlan.c b/bridge/vlan.c
4aca6e
index 717025a..a8a2e1d 100644
4aca6e
--- a/bridge/vlan.c
4aca6e
+++ b/bridge/vlan.c
4aca6e
@@ -299,6 +299,6 @@ int do_vlan(int argc, char **argv)
4aca6e
 	} else
4aca6e
 		return vlan_show(0, NULL);
4aca6e
 
4aca6e
-	fprintf(stderr, "Command \"%s\" is unknown, try \"bridge fdb help\".\n", *argv);
4aca6e
+	fprintf(stderr, "Command \"%s\" is unknown, try \"bridge vlan help\".\n", *argv);
4aca6e
 	exit(-1);
4aca6e
 }
4aca6e
diff --git a/man/man8/bridge.8 b/man/man8/bridge.8
4aca6e
index 4d5d743..3024eb2 100644
4aca6e
--- a/man/man8/bridge.8
4aca6e
+++ b/man/man8/bridge.8
4aca6e
@@ -551,8 +551,8 @@ device is the bridge device.
4aca6e
 .BI master
4aca6e
 the vlan is configured on the software bridge (default).
4aca6e
 
4aca6e
-.SS bridge vlan delete - delete a forwarding database entry
4aca6e
-This command removes an existing fdb entry.
4aca6e
+.SS bridge vlan delete - delete a vlan filter entry
4aca6e
+This command removes an existing vlan filter entry.
4aca6e
 
4aca6e
 .PP
4aca6e
 The arguments are the same as with
4aca6e
-- 
4aca6e
1.8.3.1
4aca6e