mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
xtables-addons: Support IPTV Timeshift
Solves Issue #10373 and PR #10428 Signed-off-by: Jose Olivera <oliverajeo@gmail.com>
This commit is contained in:
@@ -655,7 +655,7 @@
|
|||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ nf_ct_expect_init(rtp_exp, NF_CT_EXPECT_CLASS_DEFAULT,
|
+ 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,
|
+ &ct->tuplehash[!dir].tuple.dst.u3,
|
||||||
+ IPPROTO_UDP, NULL, &be_loport);
|
+ IPPROTO_UDP, NULL, &be_loport);
|
||||||
+
|
+
|
||||||
@@ -672,7 +672,7 @@
|
|||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
+ nf_ct_expect_init(rtcp_exp, NF_CT_EXPECT_CLASS_DEFAULT,
|
+ 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,
|
+ &ct->tuplehash[!dir].tuple.dst.u3,
|
||||||
+ IPPROTO_UDP, NULL, &be_hiport);
|
+ IPPROTO_UDP, NULL, &be_hiport);
|
||||||
+
|
+
|
||||||
|
|||||||
Reference in New Issue
Block a user