--- zzzz-none-000/linux-4.9.276/net/ipv4/netfilter/Kconfig 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/net/ipv4/netfilter/Kconfig 2023-04-05 08:19:02.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"