| Submitter | stephen hemminger |
|---|---|
| Date | Jan. 20, 2012, 7:06 p.m. |
| Message ID | <20120120110604.1101991b@nehalam.linuxnetplumber.net> |
| Download | mbox | patch |
| Permalink | /patch/137090/ |
| State | Accepted |
| Delegated to: | stephen hemminger |
| Headers | show |
Comments
Patch
diff --git a/ip/ip.c b/ip/ip.c index 7b4bacb..20dc3b5 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 },