Commit 5aa08f6b authored by Stephen Hemminger's avatar Stephen Hemminger

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

Restore compatiablity for those lazy typists.
parent e7e4abea
......@@ -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 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment