Merge branch 'master' of nehalam:src/iproute2
This commit is contained in:
commit
fdeae171e5
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