blob: bf7fd0ebb8f4bd80d3f601707d838ef2e030af52 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
config ADK_COMPILE_IPTABLES
bool
default n
depends ADK_PACKAGE_IPTABLES || ADK_PACKAGE_IP6TABLES
config ADK_PACKAGE_IPTABLES
prompt "iptables.......................... IPv4 firewall administration tool"
tristate
default n
select ADK_COMPILE_IPTABLES
select ADK_KPACKAGE_KMOD_IP_NF_IPTABLES
select ADK_KPACKAGE_KMOD_NF_CONNTRACK
select ADK_KPACKAGE_KMOD_IP_NF_FILTER
select ADK_KPACKAGE_KMOD_IP_NF_TARGET_REJECT
select ADK_KPACKAGE_KMOD_NF_NAT
select ADK_KPACKAGE_KMOD_IP_NF_TARGET_MASQUERADE
select ADK_KPACKAGE_KMOD_NF_CONNTRACK_IPV4
help
IPv4 firewall, NAT, and packet mangling tools.
Automatically selects needed kernel modules for NAT and filtering.
http://www.iptables.org/
config ADK_PACKAGE_IPTABLES_UTILS
prompt "iptables-utils.................. Save and restore utilities"
tristate
default n
depends ADK_PACKAGE_IPTABLES
help
iptables-save and iptables-restore for Iptables (IPv4)
http://www.iptables.org/
config ADK_PACKAGE_IP6TABLES
prompt "ip6tables......................... IPv6 firewall administration tool"
tristate
default n
select ADK_COMPILE_IPTABLES
help
IPv6 firewall, NAT, and packet mangling tools.
http://www.iptables.org/
|