You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package/network/utils
Martin Wetterwald 378e1a4858 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>
7 years ago
..
adb-enablemodem Move enablemodem from ramips to new package adb-enablemodem and make it used also by TL-MR6400 7 years ago
arptables treewide: switch git.netfilter.org to HTTPS 7 years ago
comgt treewide: fix shellscript syntax errors/typos 7 years ago
conntrack-tools conntrack-tools: switch to git 7 years ago
curl curl: add nghttp2 support 7 years ago
dante treewide: clean up download hashes 8 years ago
ebtables treewide: switch git.netfilter.org to HTTPS 7 years ago
iftop iftop: bump to latest upstream 7 years ago
iperf iperf: bump to 2.0.10 7 years ago
iperf3 iperf3: add SSL variant for iperf_auth feature 7 years ago
iproute2 iproute2: bump to 4.13 7 years ago
ipset ipset: replace patch that was reverted upstream 7 years ago
iptables iptables: Fix target TRACE issue 7 years ago
iputils Revert "iputils: switch to new upstream" 7 years ago
iw mac80211: update to backports-4.14-rc2 7 years ago
iwcap iwcap: fix handling kill signal during dump 7 years ago
iwinfo iwinfo: update to the latest git HEAD 7 years ago
linux-atm treewide: clean up download hashes 8 years ago
maccalc network/utils/maccalc: drop Build/Prepare rule in favor of default one 8 years ago
nftables treewide: switch git.netfilter.org to HTTPS 7 years ago
owipcalc network/utils/owipcalc: drop Build/Prepare rule in favor of default one 8 years ago
resolveip network/utils/resolveip: drop Build/Prepare rule in favor of default one 8 years ago
rssileds rssileds: Fix build with external toolchains 7 years ago
tcpdump tcpdump: noop commit to refer CVEs fixed in 4.9.2 7 years ago
umbim umbim: mark as nonshared because of the usb dependencies 8 years ago
uqmi net: uqmi: fix blocking in endless loops when unplugging device 7 years ago
wireless-tools wireless-tools: Change download url to github 7 years ago
wpan-tools libs/libnl: Update to 3.3.0 7 years ago
wwan wwan: json format in some modem definitions 7 years ago
xtables-addons xtables-addons: update to version 2.13 7 years ago