+config PACKAGE_KMOD_IPTABLES_EXTRA
+ prompt "kmod-iptables-extra............... Extra Netfilter modules for IPv4 firewalling (meta-package)"
+ tristate
+ default m
+ select PACKAGE_KMOD_IPT_CONNTRACK
+ select PACKAGE_KMOD_IPT_FILTER
+ select PACKAGE_KMOD_IPT_IPOPT
+ select PACKAGE_KMOD_IPT_IPSEC
+ select PACKAGE_KMOD_IPT_NAT
+ select PACKAGE_KMOD_IPT_NAT_EXTRA
+ select PACKAGE_KMOD_IPT_QUEUE
+ select PACKAGE_KMOD_IPT_ULOG
+ select PACKAGE_KMOD_IPT_EXTRA
+ help
+ Extra Netfilter kernel modules for IPv4 firewalling (meta-package)
+
+config PACKAGE_KMOD_IPT_CONNTRACK
+ prompt "kmod-ipt-conntrack................ Netfilter modules for connection tracking"
+ tristate
+ default m
+ help
+ Netfilter (IPv4) kernel modules for connection tracking
+
+ Includes:
+ * ipt_conntrack
+ * ipt_helper
+ * ipt_connmark/CONNMARK
+
+config PACKAGE_KMOD_IPT_FILTER
+ prompt "kmod-ipt-filter................... Netfilter modules for packet content inspection"
+ tristate
+ default m
+ help
+ Netfilter (IPv4) kernel modules for packet content inspection
+
+ Includes:
+ * ipt_ipp2p
+ * ipt_layer7
+
+config PACKAGE_KMOD_IPT_IPOPT
+ prompt "kmod-ipt-ipopt.................... Netfilter modules for matching/changing IP packet options"