--- zzzz-none-000/linux-4.9.279/net/ipv4/netfilter/Kconfig 2021-08-08 06:38:54.000000000 +0000 +++ puma7-atom-6591-750/linux-4.9.279/net/ipv4/netfilter/Kconfig 2023-02-08 11:43:43.000000000 +0000 @@ -1,3 +1,5 @@ +# Includes Intel Corporation's changes/modifications dated: 2014. +# Changed/modified portions - Copyright © 2014, Intel Corporation. # # IP netfilter configuration # @@ -252,6 +254,14 @@ To compile it as a module, choose M here. If unsure, say N. +config IP_NF_TARGET_TRIGGER + tristate "TRIGGER target support" + depends on 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. + # NAT + specific targets: nf_conntrack config IP_NF_NAT tristate "iptables NAT support"