mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 20:59:41 +02:00
iptables: add to our list of RRECOMMENDS
Extend the list of RRECOMMENDS to include some essential kernel modules needed to make iptables minimally useful. Specifically include the common tables and conntrack, all of which are used by even basic iptables configurations. While at it I also made things more consistent for ipv4 vs ipv6. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
This commit is contained in:
parent
e1c8147d35
commit
9390b98ba5
|
@ -1,8 +1,19 @@
|
||||||
RRECOMMENDS_${PN} += "kernel-module-ip6-tables \
|
RRECOMMENDS_${PN} += "kernel-module-ip6-tables \
|
||||||
|
kernel-module-ip-tables \
|
||||||
kernel-module-ip6table-filter \
|
kernel-module-ip6table-filter \
|
||||||
kernel-module-xt-tcpudp \
|
kernel-module-iptable-filter \
|
||||||
|
kernel-module-ip6table-raw \
|
||||||
|
kernel-module-iptable-raw \
|
||||||
|
kernel-module-ip6table-nat \
|
||||||
|
kernel-module-iptable-nat \
|
||||||
|
kernel-module-ip6table-mangle \
|
||||||
|
kernel-module-iptable-magle \
|
||||||
|
kernel-module-ip6table-security \
|
||||||
|
kernel-module-iptable-security \
|
||||||
kernel-module-ipt-reject \
|
kernel-module-ipt-reject \
|
||||||
kernel-module-iptable-mangle \
|
kernel-module-iptable-mangle \
|
||||||
kernel-module-xt-checksum \
|
kernel-module-xt-checksum \
|
||||||
|
kernel-module-xt-conntrack \
|
||||||
kernel-module-xt-state \
|
kernel-module-xt-state \
|
||||||
|
kernel-module-xt-tcpudp \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user