--- zzzz-none-000/linux-4.9.218/net/ipv4/netfilter/Kconfig 2020-04-02 15:20:41.000000000 +0000 +++ seale-7590ax-750/linux-4.9.218/net/ipv4/netfilter/Kconfig 2023-03-29 10:59:08.000000000 +0000 @@ -252,6 +252,17 @@ To compile it as a module, choose M here. If unsure, say N. +config IP_NF_TARGET_TRIGGER + tristate "TRIGGER target support (port-trigger)" + depends on NF_CONNTRACK && NETFILTER_ADVANCED + help + Port triggering is a specialized form of port forwarding in which + outbound traffic on predetermined ports "triggering ports") causes + inbound traffic to specific incoming ports to be dynamically + forwarded to the initiating host while the outbound ports are in use. + + 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"