Changeset b68978d in freewrt for package/iptables/Config.in
- Timestamp:
- Aug 17, 2025, 12:45:07 PM (4 months ago)
- Branches:
- freewrt_2_0
- Children:
- f15c9543
- Parents:
- b07a1b5
- git-author:
- Waldemar Brodkorb <wbx@…> (08/17/25 12:44:26)
- git-committer:
- Waldemar Brodkorb <wbx@…> (08/17/25 12:45:07)
- File:
-
- 1 edited
-
package/iptables/Config.in (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/iptables/Config.in
rb07a1b5 rb68978d 16 16 http://www.iptables.org/ 17 17 18 config FWRT_PACKAGE_IP6TABLES 19 prompt "ip6tables......................... IPv6 firewall administration tool" 20 tristate 21 default n 22 select FWRT_COMPILE_IPTABLES 23 select FWRT_PACKAGE_KMOD_IPV6 24 help 25 IPv6 firewall, NAT, and packet mangling tools. 26 27 http://www.iptables.org/ 28 29 config FWRT_PACKAGE_IPTABLES_FIREWALL_SCRIPT 30 prompt "iptables-fw-script.............. FreeWRT's firewall script" 31 tristate 32 default y 33 depends FWRT_PACKAGE_IPTABLES 34 help 35 FreeWRT's default firewall script 36 18 37 config FWRT_PACKAGE_IPTABLES_MOD_CONNTRACK 19 38 prompt "iptables-mod-conntrack.......... Iptables extensions for connection tracking" … … 21 40 default n 22 41 depends FWRT_PACKAGE_IPTABLES 23 select FWRT_PACKAGE_KMOD_IPT_CONNTRACK24 42 help 25 43 Iptables (IPv4) extensions for connection tracking 26 44 27 Includes: 28 * libipt_conntrack 29 * libipt_helper 30 * libipt_connmark/CONNMARK 45 config FWRT_PACKAGE_IPTABLES_MOD_REJECT 46 prompt "iptables-mod-reject............. Iptables extensions for REJECT target" 47 tristate 48 default n 49 depends FWRT_PACKAGE_IPTABLES 50 help 51 Iptables (IPv4) extensions for REJECT target 31 52 32 53 config FWRT_PACKAGE_IPTABLES_MOD_FILTER … … 141 162 http://www.iptables.org/ 142 163 143 config FWRT_PACKAGE_IPTABLES_FIREWALL_SCRIPT144 prompt "iptables-fw-script.............. FreeWRT's firewall script"145 tristate146 default y147 depends FWRT_PACKAGE_IPTABLES148 help149 FreeWRT's default firewall script150 151 config FWRT_PACKAGE_IP6TABLES152 prompt "ip6tables......................... IPv6 firewall administration tool"153 tristate154 default n155 select FWRT_COMPILE_IPTABLES156 select FWRT_PACKAGE_KMOD_IPV6157 help158 IPv6 firewall, NAT, and packet mangling tools.159 160 http://www.iptables.org/
Note:
See TracChangeset
for help on using the changeset viewer.
