Merge pull request #13828 from jgora/jgora
xtables-addons: Support IPTV Timeshift. Backport to openwrt-19.07 branch
This commit is contained in:
commit
2bd627ec7d
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/kernel.mk
|
||||||
|
|
||||||
PKG_NAME:=xtables-addons
|
PKG_NAME:=xtables-addons
|
||||||
PKG_VERSION:=2.14
|
PKG_VERSION:=2.14
|
||||||
PKG_RELEASE:=8
|
PKG_RELEASE:=9
|
||||||
PKG_HASH:=d215a9a8b8e66aae04b982fa2e1228e8a71e7dfe42320df99e34e5000cbdf152
|
PKG_HASH:=d215a9a8b8e66aae04b982fa2e1228e8a71e7dfe42320df99e34e5000cbdf152
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
|
|
|
@ -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);
|
||||||
+
|
+
|
||||||
|
|
Loading…
Reference in a new issue