2005-01-16 11:43:02 +00:00
|
|
|
config BR2_PACKAGE_IPTABLES
|
2005-05-19 16:49:23 +00:00
|
|
|
tristate "iptables - IPv4 firewall administration tool"
|
2005-01-17 00:19:20 +00:00
|
|
|
default y
|
2005-01-16 11:43:02 +00:00
|
|
|
help
|
|
|
|
Linux kernel (2.4+) firewall, NAT, and packet mangling tools.
|
2005-05-19 16:49:23 +00:00
|
|
|
|
2005-01-16 11:43:02 +00:00
|
|
|
http://www.iptables.org/
|
2005-05-19 16:49:23 +00:00
|
|
|
|
2005-03-06 03:34:52 +00:00
|
|
|
|
2005-03-25 00:00:29 +00:00
|
|
|
config BR2_PACKAGE_IPTABLES_UTILS
|
2005-05-19 16:49:23 +00:00
|
|
|
tristate "iptables - Save and restore utilities"
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-25 00:00:29 +00:00
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
help
|
|
|
|
iptables-save and iptables-restore
|
|
|
|
|
2005-03-06 03:34:52 +00:00
|
|
|
config BR2_PACKAGE_IPTABLES_EXTRA
|
2005-05-19 16:49:23 +00:00
|
|
|
tristate "extra modules - Extra modules not found elsewhere"
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-06 03:34:52 +00:00
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
help
|
|
|
|
Extra modules for iptables (kernel and user space)
|
|
|
|
|
|
|
|
config BR2_PACKAGE_IP6TABLES
|
2005-05-19 16:49:23 +00:00
|
|
|
tristate "ip6tables - IPv6 firewall administration tool"
|
2005-04-18 19:45:56 +00:00
|
|
|
default m if CONFIG_DEVEL
|
2005-03-06 03:34:52 +00:00
|
|
|
depends BR2_PACKAGE_IPTABLES
|
|
|
|
select BR2_PACKAGE_KMOD_IPV6
|
|
|
|
help
|
|
|
|
IPv6 firewalling
|
|
|
|
|
|
|
|
|