bridge: vlan: fix a few "fdb" typos in vlan doc
Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
This commit is contained in:
parent
0aae23468a
commit
296cee6fdf
|
|
@ -299,6 +299,6 @@ int do_vlan(int argc, char **argv)
|
|||
} else
|
||||
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);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -551,8 +551,8 @@ device is the bridge device.
|
|||
.BI master
|
||||
the vlan is configured on the software bridge (default).
|
||||
|
||||
.SS bridge vlan delete - delete a forwarding database entry
|
||||
This command removes an existing fdb entry.
|
||||
.SS bridge vlan delete - delete a vlan filter entry
|
||||
This command removes an existing vlan filter entry.
|
||||
|
||||
.PP
|
||||
The arguments are the same as with
|
||||
|
|
|
|||
Loading…
Reference in New Issue