Add extra informations for iptables-mod-* ipk's in Config.in
SVN-Revision: 3434
This commit is contained in:
parent
5d3094c8a5
commit
9e755ea6a5
1 changed files with 36 additions and 0 deletions
|
@ -40,6 +40,11 @@ config BR2_PACKAGE_IPTABLES_MOD_CONNTRACK
|
|||
help
|
||||
Iptables (IPv4) extensions for connection tracking
|
||||
|
||||
Includes:
|
||||
* libipt_conntrack
|
||||
* libipt_helper
|
||||
* libipt_connmark/CONNMARK
|
||||
|
||||
config BR2_PACKAGE_IPTABLES_MOD_FILTER
|
||||
prompt "iptables-mod-filter............. Iptables extension for packet content inspection"
|
||||
tristate
|
||||
|
@ -49,6 +54,10 @@ config BR2_PACKAGE_IPTABLES_MOD_FILTER
|
|||
help
|
||||
Iptables (IPv4) extension for packet content inspection
|
||||
|
||||
Includes:
|
||||
* libipt_ipp2p
|
||||
* libipt_layer7
|
||||
|
||||
config BR2_PACKAGE_IPTABLES_MOD_IPOPT
|
||||
prompt "iptables-mod-ipopt.............. Iptables extensions for matching/changing IP packet options"
|
||||
tristate
|
||||
|
@ -58,6 +67,16 @@ config BR2_PACKAGE_IPTABLES_MOD_IPOPT
|
|||
help
|
||||
Extra Iptables (IPv4) extensions for matching/changing IP packet options
|
||||
|
||||
Includes:
|
||||
* libipt_dscp/DSCP
|
||||
* libipt_ecn/ECN
|
||||
* libipt_length
|
||||
* libipt_mac
|
||||
* libipt_tos/TOS
|
||||
* libipt_tcpmms
|
||||
* libipt_ttl/TTL
|
||||
* libipt_unclean
|
||||
|
||||
config BR2_PACKAGE_IPTABLES_MOD_IPSEC
|
||||
prompt "iptables-mod-ipsec.............. Iptables extensions for matching special IPsec packets"
|
||||
tristate
|
||||
|
@ -67,6 +86,10 @@ config BR2_PACKAGE_IPTABLES_MOD_IPSEC
|
|||
help
|
||||
Iptables (IPv4) extensions for matching special IPsec packets
|
||||
|
||||
Includes:
|
||||
* libipt_ah
|
||||
* libipt_esp
|
||||
|
||||
config BR2_PACKAGE_IPTABLES_MOD_NAT
|
||||
prompt "iptables-mod-nat................ Iptables extensions for different NAT targets"
|
||||
tristate
|
||||
|
@ -76,6 +99,9 @@ config BR2_PACKAGE_IPTABLES_MOD_NAT
|
|||
help
|
||||
Iptables (IPv4) extensions for different NAT targets
|
||||
|
||||
Includes:
|
||||
* libipt_REDIRECT
|
||||
|
||||
config BR2_PACKAGE_IPTABLES_MOD_ULOG
|
||||
prompt "iptables-mod-ulog............... Iptables extensions for user-space packet logging"
|
||||
tristate
|
||||
|
@ -85,6 +111,9 @@ config BR2_PACKAGE_IPTABLES_MOD_ULOG
|
|||
help
|
||||
Iptables (IPv4) extensions for user-space packet logging
|
||||
|
||||
Includes:
|
||||
* libipt_ULOG
|
||||
|
||||
config BR2_PACKAGE_IPTABLES_MOD_EXTRA
|
||||
prompt "iptables-mod-extra.............. Other extra Iptables extensions"
|
||||
tristate
|
||||
|
@ -94,6 +123,13 @@ config BR2_PACKAGE_IPTABLES_MOD_EXTRA
|
|||
help
|
||||
Other extra Iptables (IPv4) extensions
|
||||
|
||||
Includes:
|
||||
* libipt_limit
|
||||
* libipt_owner
|
||||
* libipt_physdev
|
||||
* libipt_pkttype
|
||||
* libipt_recent
|
||||
|
||||
config BR2_PACKAGE_IPTABLES_UTILS
|
||||
prompt "iptables-utils.................. Save and restore utilities"
|
||||
tristate
|
||||
|
|
Loading…
Reference in a new issue