summaryrefslogtreecommitdiff
path: root/package/iproute2/patches/patch-ip_iptunnel_c
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2009-08-22 03:26:10 +0200
committerPhil Sutter <phil@nwl.cc>2009-08-22 17:18:07 +0200
commite0e2e2096c10765c6a89b605e996b3af432603fa (patch)
tree8a58f13a83d81391c307c94d95bccf1f9f53df99 /package/iproute2/patches/patch-ip_iptunnel_c
parent5ea6a2557f7579a576c494fe288ff424e1a82604 (diff)
iproute2: complete rewrite of integration
This is probably the most complete and fine-grained integration of iproute2 we ever had in both FreeWRT and OpenADK. ;)
Diffstat (limited to 'package/iproute2/patches/patch-ip_iptunnel_c')
-rw-r--r--package/iproute2/patches/patch-ip_iptunnel_c17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/iproute2/patches/patch-ip_iptunnel_c b/package/iproute2/patches/patch-ip_iptunnel_c
deleted file mode 100644
index c9e6098fb..000000000
--- a/package/iproute2/patches/patch-ip_iptunnel_c
+++ /dev/null
@@ -1,17 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- iproute2-2.6.26.orig/ip/iptunnel.c 2008-07-25 22:46:07.000000000 +0200
-+++ iproute2-2.6.26/ip/iptunnel.c 2008-10-09 17:08:43.000000000 +0200
-@@ -478,13 +478,6 @@ int do_iptunnel(int argc, char **argv)
- break;
- case AF_INET:
- break;
-- /*
-- * This is silly enough but we have no easy way to make it
-- * protocol-independent because of unarranged structure between
-- * IPv4 and IPv6.
-- */
-- case AF_INET6:
-- return do_ip6tunnel(argc, argv);
- default:
- fprintf(stderr, "Unsupported family:%d\n", preferred_family);
- exit(-1);