--- zzzz-none-000/linux-2.6.39.4/net/ipv4/netfilter/Kconfig 2011-08-03 19:43:28.000000000 +0000 +++ puma6-atom-6490-729/linux-2.6.39.4/net/ipv4/netfilter/Kconfig 2021-11-10 13:38:18.000000000 +0000 @@ -91,6 +91,29 @@ (e.g. when running oldconfig). It selects CONFIG_NETFILTER_XT_MATCH_HL. + +config IP_NF_TARGET_TRIGGER + tristate "TRIGGER target support" + depends on IP_NF_FILTER && INTEL_NF_TRIGGER_SUPPORT + default m if NETFILTER_ADVANCED=n + help + Implemenets port trigger action which occur on any matching packet. + To compile it as a module, choose M here. If unsure, say N. + +config IP_NF_TARGET_GWMETA + tristate "GWMETA target support" + depends on IP_NF_FILTER && INTEL_NF_GWMETA_SUPPORT + help + This option allows to label skb data of ip packets or disable packet processor + To compile it as a module, choose M here. If unsure, say N. + +config IP_NF_MATCH_WEBSTR + tristate "WEBSTR match support" + depends on IP_NF_FILTER && INTEL_NF_WEBSTR_SUPPORT + help + This option allows to match string in http web header + To compile it as a module, choose M here. If unsure, say N. + # `filter', generic and specific targets config IP_NF_FILTER tristate "Packet filtering" @@ -113,6 +136,8 @@ To compile it as a module, choose M here. If unsure, say N. + + config IP_NF_TARGET_LOG tristate "LOG target support" default m if NETFILTER_ADVANCED=n @@ -122,6 +147,7 @@ To compile it as a module, choose M here. If unsure, say N. + config IP_NF_TARGET_ULOG tristate "ULOG target support" default m if NETFILTER_ADVANCED=n @@ -248,6 +274,11 @@ depends on NF_CONNTRACK && NF_NAT default NF_NAT && NF_CONNTRACK_IRC +config NF_NAT_RTSP + tristate + depends on IP_NF_IPTABLES && NF_CONNTRACK && NF_NAT + default NF_NAT && NF_CONNTRACK_RTSP + config NF_NAT_TFTP tristate depends on NF_CONNTRACK && NF_NAT