--- zzzz-none-000/linux-5.15.111/net/ipv4/netfilter/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/net/ipv4/netfilter/Kconfig 2024-02-07 09:28:09.000000000 +0000 @@ -1,4 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-only +# Includes Intel Corporation's changes/modifications dated: 2014. +# Changed/modified portions - Copyright © 2014, Intel Corporation. # # IP netfilter configuration # @@ -213,6 +215,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"