Changeset 36e3a1c in freewrt for package/iptables/Config.in
- Timestamp:
- Aug 30, 2025, 5:37:23 AM (3 months ago)
- Branches:
- freewrt_2_0
- Children:
- df9a3e9
- Parents:
- 2400aa1
- git-author:
- Waldemar Brodkorb <wbx@…> (08/29/25 23:42:41)
- git-committer:
- Waldemar Brodkorb <wbx@…> (08/30/25 05:37:23)
- File:
-
- 1 edited
-
package/iptables/Config.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
package/iptables/Config.in
r2400aa1 r36e3a1c 41 41 depends FWRT_PACKAGE_IPTABLES 42 42 help 43 Iptables (IPv4) extensions for connection tracking 43 Iptables extensions for connection tracking 44 45 config FWRT_PACKAGE_IPTABLES_MOD_NAT 46 prompt "iptables-mod-nat................ Iptables extensions for network address translation" 47 tristate 48 default n 49 depends FWRT_PACKAGE_IPTABLES 50 help 51 Iptables extensions for network address translation 52 53 config FWRT_PACKAGE_IPTABLES_MOD_MASQUERADE 54 prompt "iptables-mod-masquerade......... Iptables extensions for masquerading" 55 tristate 56 default n 57 depends FWRT_PACKAGE_IPTABLES 58 select FWRT_PACKAGE_IPTABLES_MOD_NAT 59 help 60 Iptables extensions for masquerading 44 61 45 62 config FWRT_PACKAGE_IPTABLES_MOD_REJECT … … 49 66 depends FWRT_PACKAGE_IPTABLES 50 67 help 51 Iptables (IPv4)extensions for REJECT target68 Iptables extensions for REJECT target 52 69 53 config FWRT_PACKAGE_IPTABLES_MOD_ FILTER54 prompt "iptables-mod- filter............. Iptables extension for packet content inspection"70 config FWRT_PACKAGE_IPTABLES_MOD_TCPMSS 71 prompt "iptables-mod-tcpmss............. Iptables extensions for TCP MSS" 55 72 tristate 56 73 default n 57 74 depends FWRT_PACKAGE_IPTABLES 58 select FWRT_PACKAGE_KMOD_IPT_FILTER59 75 help 60 Iptables (IPv4) extension for packet content inspection76 Iptables extensions for TCP MSS target 61 77 62 Includes:63 * libipt_ipp2p64 * libipt_layer765 66 config FWRT_PACKAGE_IPTABLES_MOD_IMQ67 prompt "iptables-mod-imq................ Iptables extensions for Intermediate Queuing Device QoS-support"68 tristate69 default n70 depends FWRT_PACKAGE_IPTABLES71 select FWRT_PACKAGE_KMOD_IMQ72 help73 Iptables (IPv4) extensions for Intermediate Queuing Device QoS-support74 75 Includes:76 * libipt_IMQ77 78 config FWRT_PACKAGE_IPTABLES_MOD_IPOPT79 prompt "iptables-mod-ipopt.............. Iptables extensions for matching/changing IP packet options"80 tristate81 default n82 depends FWRT_PACKAGE_IPTABLES83 select FWRT_PACKAGE_KMOD_IPT_IPOPT84 help85 Extra Iptables (IPv4) extensions for matching/changing IP packet options86 87 Includes:88 * libipt_CLASSIFY89 * libipt_dscp/DSCP90 * libipt_ecn/ECN91 * libipt_length92 * libipt_mac93 * libipt_NETMAP94 * libipt_tcpmms95 * libipt_time96 * libipt_tos/TOS97 * libipt_ttl/TTL98 * libipt_unclean99 100 config FWRT_PACKAGE_IPTABLES_MOD_IPSEC101 prompt "iptables-mod-ipsec.............. Iptables extensions for matching special IPsec packets"102 tristate103 default n104 depends FWRT_PACKAGE_IPTABLES105 select FWRT_PACKAGE_KMOD_IPT_IPSEC106 help107 Iptables (IPv4) extensions for matching special IPsec packets108 109 Includes:110 * libipt_ah111 * libipt_esp112 113 config FWRT_PACKAGE_IPTABLES_MOD_NAT114 prompt "iptables-mod-nat................ Iptables extensions for different NAT targets"115 tristate116 default n117 depends FWRT_PACKAGE_IPTABLES118 select FWRT_PACKAGE_KMOD_IPT_NAT119 help120 Iptables (IPv4) extensions for different NAT targets121 122 Includes:123 * libipt_REDIRECT124 125 config FWRT_PACKAGE_IPTABLES_MOD_ULOG126 prompt "iptables-mod-ulog............... Iptables extensions for user-space packet logging"127 tristate128 default n129 depends FWRT_PACKAGE_IPTABLES130 select FWRT_PACKAGE_KMOD_IPT_ULOG131 help132 Iptables (IPv4) extensions for user-space packet logging133 134 Includes:135 * libipt_ULOG136 137 config FWRT_PACKAGE_IPTABLES_MOD_EXTRA138 prompt "iptables-mod-extra.............. Other extra Iptables extensions"139 tristate140 default n141 depends FWRT_PACKAGE_IPTABLES142 select FWRT_PACKAGE_KMOD_IPT_EXTRA143 help144 Other extra Iptables (IPv4) extensions145 146 Includes:147 * libipt_limit148 * libipt_owner149 * libipt_physdev150 * libipt_pkttype151 * libipt_recent152 * libipt_LOG153 78 154 79 config FWRT_PACKAGE_IPTABLES_UTILS
Note:
See TracChangeset
for help on using the changeset viewer.
