ip: make 'ip l' be 'ip link'
Restore compatiablity for those lazy typists.
This commit is contained in:
parent
e7e4abea3e
commit
5aa08f6bf4
2
ip/ip.c
2
ip/ip.c
|
|
@ -72,8 +72,8 @@ static const struct cmd {
|
||||||
{ "neighbour", do_ipneigh },
|
{ "neighbour", do_ipneigh },
|
||||||
{ "ntable", do_ipntable },
|
{ "ntable", do_ipntable },
|
||||||
{ "ntbl", do_ipntable },
|
{ "ntbl", do_ipntable },
|
||||||
{ "l2tp", do_ipl2tp },
|
|
||||||
{ "link", do_iplink },
|
{ "link", do_iplink },
|
||||||
|
{ "l2tp", do_ipl2tp },
|
||||||
{ "tunnel", do_iptunnel },
|
{ "tunnel", do_iptunnel },
|
||||||
{ "tunl", do_iptunnel },
|
{ "tunl", do_iptunnel },
|
||||||
{ "tuntap", do_iptuntap },
|
{ "tuntap", do_iptuntap },
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue