iproute2/bridge
Benjamin Poirier e8177094d5 bridge: vni: Accept 'del' command
`bridge vni help` shows "bridge vni { add | del } ..." but currently
`bridge vni del ...` errors out unexpectedly:
	# bridge vni del
	Command "del" is unknown, try "bridge vni help".

Recognize 'del' as a synonym of the original 'delete' command.

Fixes: 45cd32f9f7 ("bridge: vxlan device vnifilter support")
Reviewed-by: Petr Machata <petrm@nvidia.com>
Tested-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Benjamin Poirier <bpoirier@nvidia.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
2023-12-22 09:54:23 -08:00
..
.gitignore Add bridge command 2012-08-01 15:23:49 -07:00
br_common.h bridge: make print_vlan_info static 2023-06-02 09:33:34 -07:00
bridge.c treewide: use configured value as the default color output 2023-09-14 09:20:26 -06:00
fdb.c bridge: fdb: support match on [no]router flag in flush command 2023-10-20 09:43:05 -06:00
link.c bridge: Add backup nexthop ID support 2023-08-04 09:09:43 -06:00
Makefile bridge: vxlan device vnifilter support 2022-05-08 09:50:32 -06:00
mdb.c bridge: mdb: Add get support 2023-11-06 10:08:50 -07:00
monitor.c bridge: use SPDX 2023-01-14 09:00:34 -08:00
vlan.c bridge: make print_vlan_info static 2023-06-02 09:33:34 -07:00
vni.c bridge: vni: Accept 'del' command 2023-12-22 09:54:23 -08:00