aboutsummaryrefslogtreecommitdiffstats
path: root/include/shell.sh
diff options
context:
space:
mode:
authorMartin Wetterwald <martin.wetterwald@corp.ovh.com>2017-01-12 15:06:00 +0100
committerYousong Zhou <yszhou4tech@gmail.com>2018-01-26 15:32:46 +0800
commit6ea9a702c5b6ff0866ae93241d6b2bdd80ead5e4 (patch)
tree247ecddedfd03ca7006b84fd01f87fbcaac8e7f6 /include/shell.sh
parent00fa1e4108db4b41dae76909ae5adcdf837ba6ef (diff)
downloadupstream-6ea9a702c5b6ff0866ae93241d6b2bdd80ead5e4.tar.gz
upstream-6ea9a702c5b6ff0866ae93241d6b2bdd80ead5e4.tar.bz2
upstream-6ea9a702c5b6ff0866ae93241d6b2bdd80ead5e4.zip
iptables: Fix target TRACE issue
The package kmod-ipt-debug builds the module xt_TRACE, which allows users to use '-j TRACE' as target in the chain PREROUTING of the table raw in iptables. The kernel compilation flag NETFILTER_XT_TARGET_TRACE is also enabled so that this feature which is implemented deep inside the linux IP stack (for example in sk_buff) is compiled. But a strace of iptables -t raw -I PREROUTING -p icmp -j TRACE reveals that an attempt is made to read /usr/lib/iptables/libxt_TRACE.so, which fails as this dynamic library is not present on the system. I created the package iptables-mod-trace which takes care of that, and target TRACE now works! https://dev.openwrt.org/ticket/16694 https://dev.openwrt.org/ticket/19661 Signed-off-by: Martin Wetterwald <martin.wetterwald@corp.ovh.com> [Jo-Philipp Wich: also remove trace extension from builtin extension list and depend on kmod-ipt-raw since its required for rules] Signed-off-by: Jo-Philipp Wich <jo@mein.io> Tested-by: Enrico Mioso <mrkiko.rs@gmail.com>
Diffstat (limited to 'include/shell.sh')
0 files changed, 0 insertions, 0 deletions