projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[realview] add more missing config symbols
[openwrt.git]
/
package
/
iproute2
/
patches
/
002-iproute2-ipxfrm_no_sctp.patch
diff --git
a/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
b/package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
index
46201a4
..
cf2c9e9
100644
(file)
--- a/
package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
+++ b/
package/iproute2/patches/002-iproute2-ipxfrm_no_sctp.patch
@@
-1,3
+1,7
@@
+---
+ ip/ipxfrm.c | 2 --
+ 1 file changed, 2 deletions(-)
+
--- a/ip/ipxfrm.c
+++ b/ip/ipxfrm.c
@@ -467,7 +467,6 @@ void xfrm_selector_print(struct xfrm_sel
--- a/ip/ipxfrm.c
+++ b/ip/ipxfrm.c
@@ -467,7 +467,6 @@ void xfrm_selector_print(struct xfrm_sel
@@
-8,7
+12,7
@@
case IPPROTO_DCCP:
default: /* XXX */
if (sel->sport_mask)
case IPPROTO_DCCP:
default: /* XXX */
if (sel->sport_mask)
-@@ -11
30,7 +1129
,6 @@ static int xfrm_selector_upspec_parse(st
+@@ -11
72,7 +1171
,6 @@ static int xfrm_selector_upspec_parse(st
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP:
switch (sel->proto) {
case IPPROTO_TCP:
case IPPROTO_UDP:
This page took
0.024664 seconds
and
4
git commands to generate.