mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-31 03:43:39 +00:00
netfilter: fix extension list in package descriptions (closes: #7045)
SVN-Revision: 20694
This commit is contained in:
parent
aa8e2e8685
commit
79897ae09a
@ -21,18 +21,13 @@ endef
|
|||||||
define KernelPackage/ipt-core/description
|
define KernelPackage/ipt-core/description
|
||||||
Netfilter core kernel modules
|
Netfilter core kernel modules
|
||||||
Includes:
|
Includes:
|
||||||
- ipt_limit
|
- comment (2.6)
|
||||||
- xt_limit
|
- limit
|
||||||
- ipt_mac
|
- LOG
|
||||||
- xt_mac
|
- mac
|
||||||
- ipt_multiport
|
- multiport
|
||||||
- xt_multiport
|
- REJECT
|
||||||
- ipt_comment
|
- TCPMSS
|
||||||
- xt_comment
|
|
||||||
- ipt_LOG
|
|
||||||
- ipt_TCPMSS
|
|
||||||
- xt_TCPMSS
|
|
||||||
- ipt_REJECT
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-core))
|
$(eval $(call KernelPackage,ipt-core))
|
||||||
@ -56,11 +51,10 @@ define KernelPackage/ipt-conntrack/description
|
|||||||
Netfilter (IPv4) kernel modules for connection tracking
|
Netfilter (IPv4) kernel modules for connection tracking
|
||||||
Includes:
|
Includes:
|
||||||
- conntrack
|
- conntrack
|
||||||
- defrag
|
- defrag (2.6)
|
||||||
- iptables_raw
|
- iptables_raw
|
||||||
- NOTRACK
|
- NOTRACK
|
||||||
- state
|
- state
|
||||||
- xt_NOTRACK
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-conntrack))
|
$(eval $(call KernelPackage,ipt-conntrack))
|
||||||
@ -98,10 +92,8 @@ endef
|
|||||||
define KernelPackage/ipt-filter/description
|
define KernelPackage/ipt-filter/description
|
||||||
Netfilter (IPv4) kernel modules for packet content inspection
|
Netfilter (IPv4) kernel modules for packet content inspection
|
||||||
Includes:
|
Includes:
|
||||||
- ipt_layer7
|
- layer7
|
||||||
- ipt_string
|
- string
|
||||||
- xt_layer7
|
|
||||||
- xt_string
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-filter))
|
$(eval $(call KernelPackage,ipt-filter))
|
||||||
@ -118,30 +110,18 @@ endef
|
|||||||
define KernelPackage/ipt-ipopt/description
|
define KernelPackage/ipt-ipopt/description
|
||||||
Netfilter (IPv4) modules for matching/changing IP packet options
|
Netfilter (IPv4) modules for matching/changing IP packet options
|
||||||
Includes:
|
Includes:
|
||||||
- ipt_dscp
|
- CLASSIFY
|
||||||
- xt_dscp
|
- dscp/DSCP
|
||||||
- xt_DSCP
|
- ecn/ECN
|
||||||
- ipt_ecn
|
- hl/HL (2.6.30 and later)
|
||||||
- ipt_length
|
- length
|
||||||
- xt_length
|
- mark/MARK
|
||||||
- ipt_mark
|
- statistic (2.6)
|
||||||
- xt_mark
|
- tcpmss
|
||||||
- xt_statistic
|
- time
|
||||||
- ipt_tcpmss
|
- tos/TOS (prior to 2.6.25)
|
||||||
- xt_tcpmss
|
- ttl/TTL (prior to 2.6.30)
|
||||||
- ipt_time
|
- unclean
|
||||||
- xt_time
|
|
||||||
- ipt_unclean
|
|
||||||
- ipt_CLASSIFY
|
|
||||||
- xt_CLASSIFY
|
|
||||||
- ipt_DSCP
|
|
||||||
- ipt_ECN
|
|
||||||
- ipt_MARK
|
|
||||||
- xt_MARK
|
|
||||||
- xt_tos
|
|
||||||
- xt_TOS
|
|
||||||
- xt_hl
|
|
||||||
- xt_HL
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-ipopt))
|
$(eval $(call KernelPackage,ipt-ipopt))
|
||||||
@ -158,10 +138,9 @@ endef
|
|||||||
define KernelPackage/ipt-ipsec/description
|
define KernelPackage/ipt-ipsec/description
|
||||||
Netfilter (IPv4) modules for matching IPSec packets
|
Netfilter (IPv4) modules for matching IPSec packets
|
||||||
Includes:
|
Includes:
|
||||||
- ipt_ah
|
- ah
|
||||||
- ipt_esp
|
- esp
|
||||||
- xt_esp
|
- policy (2.6)
|
||||||
- xt_policy
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-ipsec))
|
$(eval $(call KernelPackage,ipt-ipsec))
|
||||||
@ -195,7 +174,7 @@ endef
|
|||||||
define KernelPackage/ipt-nat-extra/description
|
define KernelPackage/ipt-nat-extra/description
|
||||||
Netfilter (IPv4) kernel modules for extra NAT targets
|
Netfilter (IPv4) kernel modules for extra NAT targets
|
||||||
Includes:
|
Includes:
|
||||||
- MIRROR
|
- MIRROR (2.4)
|
||||||
- NETMAP
|
- NETMAP
|
||||||
- REDIRECT
|
- REDIRECT
|
||||||
endef
|
endef
|
||||||
@ -214,17 +193,9 @@ endef
|
|||||||
define KernelPackage/ipt-nathelper/description
|
define KernelPackage/ipt-nathelper/description
|
||||||
Default Netfilter (IPv4) Conntrack and NAT helpers
|
Default Netfilter (IPv4) Conntrack and NAT helpers
|
||||||
Includes:
|
Includes:
|
||||||
- ip_conntrack_ftp
|
- ftp
|
||||||
- ip_nat_ftp
|
- irc
|
||||||
- nf_conntrack_ftp
|
- tftp
|
||||||
- nf_nat_ftp
|
|
||||||
- ip_conntrack_irc
|
|
||||||
- ip_nat_irc
|
|
||||||
- nf_conntrack_irc
|
|
||||||
- nf_nat_irc
|
|
||||||
- ip_conntrack_tftp
|
|
||||||
- nf_conntrack_tftp
|
|
||||||
- nf_nat_tftp
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-nathelper))
|
$(eval $(call KernelPackage,ipt-nathelper))
|
||||||
@ -241,33 +212,14 @@ endef
|
|||||||
define KernelPackage/ipt-nathelper-extra/description
|
define KernelPackage/ipt-nathelper-extra/description
|
||||||
Extra Netfilter (IPv4) Conntrack and NAT helpers
|
Extra Netfilter (IPv4) Conntrack and NAT helpers
|
||||||
Includes:
|
Includes:
|
||||||
- ip_conntrack_amanda
|
- amanda
|
||||||
- nf_conntrack_amanda
|
- h323
|
||||||
- nf_nat_amanda
|
- mms
|
||||||
- ip_conntrack_proto_gre
|
- pptp (2.6)
|
||||||
- ip_nat_proto_gre
|
- proto_gre (2.6)
|
||||||
- nf_conntrack_proto_gre
|
- rtsp
|
||||||
- nf_nat_proto_gre
|
- sip (2.6)
|
||||||
- ip_conntrack_h323
|
- snmp_basic
|
||||||
- ip_nat_h323
|
|
||||||
- nf_conntrack_h323
|
|
||||||
- nf_nat_h323
|
|
||||||
- ip_conntrack_mms
|
|
||||||
- ip_nat_mms
|
|
||||||
- ip_conntrack_pptp
|
|
||||||
- ip_nat_pptp
|
|
||||||
- nf_conntrack_pptp
|
|
||||||
- nf_nat_pptp
|
|
||||||
- ip_conntrack_rtsp
|
|
||||||
- ip_nat_rtsp
|
|
||||||
- nf_conntrack_rtsp
|
|
||||||
- nf_nat_rtsp
|
|
||||||
- ip_conntrack_sip
|
|
||||||
- ip_nat_sip
|
|
||||||
- nf_conntrack_sip
|
|
||||||
- nf_nat_sip
|
|
||||||
- ip_nat_snmp_basic
|
|
||||||
- nf_nat_snmp_basic
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-nathelper-extra))
|
$(eval $(call KernelPackage,ipt-nathelper-extra))
|
||||||
@ -325,7 +277,7 @@ endef
|
|||||||
define KernelPackage/ipt-ulog/description
|
define KernelPackage/ipt-ulog/description
|
||||||
Netfilter (IPv4) module for user-space packet logging
|
Netfilter (IPv4) module for user-space packet logging
|
||||||
Includes:
|
Includes:
|
||||||
- ipt_ULOG
|
- ULOG
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-ulog))
|
$(eval $(call KernelPackage,ipt-ulog))
|
||||||
@ -342,7 +294,7 @@ endef
|
|||||||
define KernelPackage/ipt-iprange/description
|
define KernelPackage/ipt-iprange/description
|
||||||
Netfilter (IPv4) module for matching ip ranges
|
Netfilter (IPv4) module for matching ip ranges
|
||||||
Includes:
|
Includes:
|
||||||
- ipt_IPRANGE
|
- iprange
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-iprange))
|
$(eval $(call KernelPackage,ipt-iprange))
|
||||||
@ -359,12 +311,11 @@ endef
|
|||||||
define KernelPackage/ipt-extra/description
|
define KernelPackage/ipt-extra/description
|
||||||
Other Netfilter (IPv4) kernel modules
|
Other Netfilter (IPv4) kernel modules
|
||||||
Includes:
|
Includes:
|
||||||
- ipt_condition
|
- condition (2.4 only)
|
||||||
- ipt_owner
|
- owner
|
||||||
- xt_physdev
|
- physdev (if bridge support was enabled in kernel)
|
||||||
- ipt_pkttype
|
- pkttype
|
||||||
- xt_pkttype
|
- quota
|
||||||
- xt_quota
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call KernelPackage,ipt-extra))
|
$(eval $(call KernelPackage,ipt-extra))
|
||||||
|
Loading…
Reference in New Issue
Block a user