projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] grub: fix build with automake v1.11.3 (#11228)
[openwrt.git]
/
package
/
iproute2
/
patches
/
200-act_connmark.patch
diff --git
a/package/iproute2/patches/200-act_connmark.patch
b/package/iproute2/patches/200-act_connmark.patch
index
561041f
..
bbc3041
100644
(file)
--- a/
package/iproute2/patches/200-act_connmark.patch
+++ b/
package/iproute2/patches/200-act_connmark.patch
@@
-5,9
+5,9
@@
TCMODULES += m_pedit.o
TCMODULES += m_skbedit.o
+TCMODULES += m_connmark.o
+ TCMODULES += m_csum.o
TCMODULES += p_ip.o
TCMODULES += p_icmp.o
- TCMODULES += p_tcp.o
--- /dev/null
+++ b/tc/m_connmark.c
@@ -0,0 +1,71 @@
This page took
0.023498 seconds
and
4
git commands to generate.