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