iptables: iptables-mod-conntrack-extra: don't select kmod-ipt-raw
authorRafał Miłecki <rafal@milecki.pl>
Thu, 9 Feb 2023 12:29:37 +0000 (13:29 +0100)
committerRafał Miłecki <rafal@milecki.pl>
Wed, 15 Feb 2023 13:28:08 +0000 (14:28 +0100)
commit3c66ac7e22a385eefe84c0e1deef26a12bcf9fc6
tree36b904f6bb28e460b51a6556956b62caff1e2cb9
parent6e555ac3ad260fe35f17e770277cf02d211a25d5
iptables: iptables-mod-conntrack-extra: don't select kmod-ipt-raw

Package kmod-ipt-raw enables CONFIG_IP_NF_RAW and packages
iptable_raw.ko

According to kernel's net/netfilter/Kconfig there are only 3 kernel
symbols that depend on the IP_NF_RAW:
1. NETFILTER_XT_TARGET_CT (xt_CT.ko)
2. NETFILTER_XT_TARGET_NOTRACK (unused symbol?!)
3. NETFILTER_XT_TARGET_TRACE (xt_TRACE.ko)

Now: iptables-mod-conntrack-extra selects kmod-ipt-conntrack-extra which
provides: xt_helper.ko nf_conncount.ko xt_connlimit.ko xt_connmark.ko
xt_recent.ko and xt_connbytes.ko (none of them seems to require
iptable_raw.ko).

It seems there is no explicit reason for iptables-mod-conntrack-extra to
require kmod-ipt-raw (iptables_raw.ko).

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
package/network/utils/iptables/Makefile