Changeset b917538 in freewrt for package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
- Timestamp:
- Oct 1, 2006, 10:31:51 AM (19 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- edaeca5
- Parents:
- 2f09cbe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
r2f09cbe rb917538 1 diff -Nur iproute2-2.6.1 1-050330/ip/ipxfrm.c iproute2-2.6.11-050330.new/ip/ipxfrm.c2 --- iproute2-2.6.1 1-050330/ip/ipxfrm.c 2005-04-01 21:58:11.000000000 +02003 +++ iproute2-2.6.1 1-050330.new/ip/ipxfrm.c 2005-05-27 12:27:44.000000000 +02004 @@ -444, 7+444,6 @@1 diff -Nur iproute2-2.6.16-060323/ip/ipxfrm.c iproute2-2.6.16-060323.no_sctp/ip/ipxfrm.c 2 --- iproute2-2.6.16-060323/ip/ipxfrm.c 2006-01-12 19:31:36.000000000 +0100 3 +++ iproute2-2.6.16-060323.no_sctp/ip/ipxfrm.c 2006-09-29 14:24:04.000000000 +0200 4 @@ -444,8 +444,6 @@ 5 5 switch (sel->proto) { 6 6 case IPPROTO_TCP: 7 7 case IPPROTO_UDP: 8 8 - case IPPROTO_SCTP: 9 - case IPPROTO_DCCP: 9 10 default: /* XXX */ 10 11 if (sel->sport_mask) 11 12 fprintf(fp, "sport %u ", ntohs(sel->sport)); 12 @@ -99 8,7+997,6 @@13 @@ -999,8 +997,6 @@ 13 14 switch (sel->proto) { 14 15 case IPPROTO_TCP: 15 16 case IPPROTO_UDP: 16 17 - case IPPROTO_SCTP: 18 - case IPPROTO_DCCP: 17 19 break; 18 20 default:
Note:
See TracChangeset
for help on using the changeset viewer.
