bridge: vlan: fix a few "fdb" typos in vlan doc

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
This commit is contained in:
Vivien Didelot 2016-06-21 15:28:26 -04:00 committed by Stephen Hemminger
parent 0aae23468a
commit 296cee6fdf
2 changed files with 3 additions and 3 deletions

View File

@ -299,6 +299,6 @@ int do_vlan(int argc, char **argv)
} else } else
return vlan_show(0, NULL); return vlan_show(0, NULL);
fprintf(stderr, "Command \"%s\" is unknown, try \"bridge fdb help\".\n", *argv); fprintf(stderr, "Command \"%s\" is unknown, try \"bridge vlan help\".\n", *argv);
exit(-1); exit(-1);
} }

View File

@ -551,8 +551,8 @@ device is the bridge device.
.BI master .BI master
the vlan is configured on the software bridge (default). the vlan is configured on the software bridge (default).
.SS bridge vlan delete - delete a forwarding database entry .SS bridge vlan delete - delete a vlan filter entry
This command removes an existing fdb entry. This command removes an existing vlan filter entry.
.PP .PP
The arguments are the same as with The arguments are the same as with