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
|
} 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);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue