projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
package/arptables: update to 0.0.3-4
[openwrt.git]
/
package
/
iproute2
/
patches
/
002-iproute2-ipxfrm_no_sctp.patch
1
--- a/ip/ipxfrm.c
2
+++ b/ip/ipxfrm.c
3
@@ -467,7 +467,6 @@ void xfrm_selector_print(struct xfrm_sel
4
switch (sel->proto) {
5
case IPPROTO_TCP:
6
case IPPROTO_UDP:
7
- case IPPROTO_SCTP:
8
case IPPROTO_DCCP:
9
default: /* XXX */
10
if (sel->sport_mask)
11
@@ -1130,7 +1129,6 @@ static int xfrm_selector_upspec_parse(st
12
switch (sel->proto) {
13
case IPPROTO_TCP:
14
case IPPROTO_UDP:
15
- case IPPROTO_SCTP:
16
case IPPROTO_DCCP:
17
break;
18
default:
This page took
0.044843 seconds
and
5
git commands to generate.