From: Jose Olivera Date: Fri, 8 Nov 2019 06:51:59 +0000 (+0800) Subject: xtables-addons: Support IPTV Timeshift X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=bee3c8b56330076dd31b685cda3befdf213f717e;p=openwrt-packages.git xtables-addons: Support IPTV Timeshift Solves Issue #10373 and PR #10428 Signed-off-by: Jose Olivera --- diff --git a/net/xtables-addons/patches/100-add-rtsp-conntrack.patch b/net/xtables-addons/patches/100-add-rtsp-conntrack.patch index c78b03e13..3cb370071 100644 --- a/net/xtables-addons/patches/100-add-rtsp-conntrack.patch +++ b/net/xtables-addons/patches/100-add-rtsp-conntrack.patch @@ -655,7 +655,7 @@ + } + + nf_ct_expect_init(rtp_exp, NF_CT_EXPECT_CLASS_DEFAULT, -+ nf_ct_l3num(ct), &srvaddr, ++ nf_ct_l3num(ct), NULL, + &ct->tuplehash[!dir].tuple.dst.u3, + IPPROTO_UDP, NULL, &be_loport); + @@ -672,7 +672,7 @@ + } + + nf_ct_expect_init(rtcp_exp, NF_CT_EXPECT_CLASS_DEFAULT, -+ nf_ct_l3num(ct), &srvaddr, ++ nf_ct_l3num(ct), NULL, + &ct->tuplehash[!dir].tuple.dst.u3, + IPPROTO_UDP, NULL, &be_hiport); +