aboutsummaryrefslogtreecommitdiffstats
path: root/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
diff options
context:
space:
mode:
authorPeter Denison <openwrt@marshadder.org>2007-06-09 13:17:46 +0000
committerPeter Denison <openwrt@marshadder.org>2007-06-09 13:17:46 +0000
commit9bc891ebc9ca58dcd48bcf21adfeff8eff79fc51 (patch)
treefdd12dea7602dd179e5741f936bfc7495845fa04 /package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
parent7e1d618fd8fef460ab666339fb3285074657fd36 (diff)
downloadmaster-187ad058-9bc891ebc9ca58dcd48bcf21adfeff8eff79fc51.tar.gz
master-187ad058-9bc891ebc9ca58dcd48bcf21adfeff8eff79fc51.tar.bz2
master-187ad058-9bc891ebc9ca58dcd48bcf21adfeff8eff79fc51.zip
update iproute2 to 2.6.20-070313, and package genl utility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7540 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch')
-rw-r--r--package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch14
1 files changed, 7 insertions, 7 deletions
diff --git a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
index fd7b22b437..11c1917755 100644
--- a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
+++ b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
@@ -1,20 +1,20 @@
-Index: iproute2-2.6.15-060110/ip/ipxfrm.c
+Index: iproute-2.6.20-070313/ip/ipxfrm.c
===================================================================
---- iproute2-2.6.15-060110.orig/ip/ipxfrm.c 2007-06-04 13:22:33.399777744 +0200
-+++ iproute2-2.6.15-060110/ip/ipxfrm.c 2007-06-04 13:22:34.104670584 +0200
-@@ -444,7 +444,6 @@
+--- iproute-2.6.20-070313.orig/ip/ipxfrm.c 2007-06-09 13:53:56.000000000 +0100
++++ iproute-2.6.20-070313/ip/ipxfrm.c 2007-06-09 13:53:59.000000000 +0100
+@@ -467,7 +467,6 @@
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP:
- case IPPROTO_SCTP:
+ case IPPROTO_DCCP:
default: /* XXX */
if (sel->sport_mask)
- fprintf(fp, "sport %u ", ntohs(sel->sport));
-@@ -998,7 +997,6 @@
+@@ -1107,7 +1106,6 @@
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP:
- case IPPROTO_SCTP:
+ case IPPROTO_DCCP:
break;
default:
- fprintf(stderr, "\"sport\" and \"dport\" are invalid with proto=%s\n", strxf_proto(sel->proto));