openwrt/package
Martin Wetterwald 6ea9a702c5 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>
2018-01-26 15:32:46 +08:00
..
base-files base-files: fix logic when to show failsafe banner 2017-12-29 15:59:17 +01:00
boot package/grub2: update to 2.02 2017-12-13 15:54:12 +01:00
devel valgrind: bump to 3.13.0 2017-12-13 16:23:38 +01:00
firmware ath10k-firmware: do not select the qca988x by default 2017-05-27 14:22:16 +02:00
kernel kmod-sched-cake: bump to latest cake bake for 17.01 2018-01-16 09:02:39 +01:00
libs libubox: update to latest lede-17.01 git HEAD 2018-01-07 16:22:21 +01:00
network iptables: Fix target TRACE issue 2018-01-26 15:32:46 +08:00
system mountd: bump to git HEAD version 2018-01-17 13:58:36 +01:00
utils usbutils: Update usb.ids file to latest 2017-12-13 16:54:29 +01:00
Makefile build: fix triggering opkg/host compilation 2017-04-09 15:42:20 +02:00