--- zzzz-none-000/linux-4.9.279/net/netfilter/Kconfig 2021-08-08 06:38:54.000000000 +0000 +++ puma7-arm-6591-750/linux-4.9.279/net/netfilter/Kconfig 2023-02-08 10:58:16.000000000 +0000 @@ -1,3 +1,5 @@ +# Includes Intel Corporation's changes/modifications dated: 2014. +# Changed/modified portions - Copyright © 2014, Intel Corporation. menu "Core Netfilter Configuration" depends on NET && INET && NETFILTER @@ -239,6 +241,16 @@ To compile it as a module, choose M here. If unsure, say N. +config NF_CONNTRACK_RTSP + tristate "RTSP protocol support" + default m if NETFILTER_ADVANCED=n + help + Support the RTSP protocol. This allows UDP transports to be setup + properly, including RTP and RDT. + + If you want to compile it as a module, say 'M' here and read + Documentation/modules.txt. If unsure, say 'Y'. + config NF_CONNTRACK_BROADCAST tristate @@ -410,6 +422,11 @@ depends on NF_CONNTRACK && NF_NAT default NF_NAT && NF_CONNTRACK_IRC +config NF_NAT_RTSP + tristate + depends on NF_CONNTRACK && NF_NAT + default NF_NAT && NF_CONNTRACK_RTSP + config NF_NAT_SIP tristate depends on NF_CONNTRACK && NF_NAT @@ -989,6 +1006,14 @@ This option adds a "TCPOPTSTRIP" target, which allows you to strip TCP options from TCP packets. +config NETFILTER_XT_TARGET_GWMETA + tristate "GWMETA target support" + depends on 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. + + # alphabetically ordered list of matches comment "Xtables matches"