From: Stephen Hemminger Date: Fri, 20 Jan 2012 16:16:02 +0000 (-0800) Subject: ip: make 'ip l' be 'ip link' X-Git-Tag: v3.3.0~34^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aa08f6bf4107f8aec43c0678466a314dbd0d054;p=thirdparty%2Fiproute2.git ip: make 'ip l' be 'ip link' Restore compatiablity for those lazy typists. --- diff --git a/ip/ip.c b/ip/ip.c index 7b4bacbc7..20dc3b568 100644 --- a/ip/ip.c +++ b/ip/ip.c @@ -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 },