From 3e1e2a3e7b6f5d969819bffda2858a91132d595e Mon Sep 17 00:00:00 2001 From: Indrek Ardel Date: Sun, 10 Mar 2024 04:00:32 +0200 Subject: conntrack: T4022: add RTSP conntrack helper --- data/templates/conntrack/nftables-helpers.j2 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'data/templates/conntrack') diff --git a/data/templates/conntrack/nftables-helpers.j2 b/data/templates/conntrack/nftables-helpers.j2 index 433931162..63a0cc855 100644 --- a/data/templates/conntrack/nftables-helpers.j2 +++ b/data/templates/conntrack/nftables-helpers.j2 @@ -31,6 +31,12 @@ } {% endif %} +{% if modules.rtsp is vyos_defined and ipv4 %} + ct helper rtsp_tcp { + type "rtsp" protocol tcp; + } +{% endif %} + {% if modules.sip is vyos_defined %} ct helper sip_tcp { type "sip" protocol tcp; -- cgit v1.2.3