update iproute2 to 2.6.20-070313, and package genl utility
[openwrt/svn-archive/archive.git] / package / iproute2 / patches / 002-iproute2-ipxfrm_no_sctp.patch
1 Index: iproute-2.6.20-070313/ip/ipxfrm.c
2 ===================================================================
3 --- iproute-2.6.20-070313.orig/ip/ipxfrm.c 2007-06-09 13:53:56.000000000 +0100
4 +++ iproute-2.6.20-070313/ip/ipxfrm.c 2007-06-09 13:53:59.000000000 +0100
5 @@ -467,7 +467,6 @@
6 switch (sel->proto) {
7 case IPPROTO_TCP:
8 case IPPROTO_UDP:
9 - case IPPROTO_SCTP:
10 case IPPROTO_DCCP:
11 default: /* XXX */
12 if (sel->sport_mask)
13 @@ -1107,7 +1106,6 @@
14 switch (sel->proto) {
15 case IPPROTO_TCP:
16 case IPPROTO_UDP:
17 - case IPPROTO_SCTP:
18 case IPPROTO_DCCP:
19 break;
20 default: