ip: make 'ip l' be 'ip link'

Restore compatiablity for those lazy typists.
This commit is contained in:
Stephen Hemminger 2012-01-20 08:16:02 -08:00
parent e7e4abea3e
commit 5aa08f6bf4
1 changed files with 1 additions and 1 deletions

View File

@ -72,8 +72,8 @@ static const struct cmd {
{ "neighbour", do_ipneigh },
{ "ntable", do_ipntable },
{ "ntbl", do_ipntable },
{ "l2tp", do_ipl2tp },
{ "link", do_iplink },
{ "l2tp", do_ipl2tp },
{ "tunnel", do_iptunnel },
{ "tunl", do_iptunnel },
{ "tuntap", do_iptuntap },