--- zzzz-none-000/linux-5.15.111/net/netfilter/Kconfig 2023-05-11 14:00:40.000000000 +0000 +++ puma7-arm-6670-761/linux-5.15.111/net/netfilter/Kconfig 2024-02-07 09:28:10.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. menu "Core Netfilter Configuration" depends on INET && NETFILTER @@ -275,6 +277,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 @@ -432,6 +444,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 @@ -1138,6 +1155,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"