packages/net/xtables-addons/patches
Hans Dedecker d01b62924e xtables-addons: rtsp: fix compile warning/issue
Fix compile issue with Werror:

nf_conntrack_rtsp.c:667:39: error: implicit declaration of function 'nf_ct_zone' [-Werror=implicit-function-declaration]
   exp_ct = nf_ct_expect_find_get(net, nf_ct_zone(ct), &t);

Fix compile warning:

nf_conntrack_rtsp.c:474:2: warning: enumeration value 'IP_CT_DIR_MAX' not handled in switch [-Wswitch]
  switch (CTINFO2DIR(ctinfo)) {
  ^~~~~~

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
2018-08-06 17:39:02 +02:00
..
002-fix-kernel-version-detection.patch xtables-addons: import from OpenWrt base 2018-01-16 19:24:39 +01:00
100-add-rtsp-conntrack.patch xtables-addons: rtsp: fix compile warning/issue 2018-08-06 17:39:02 +02:00
200-add-lua-packetscript.patch xtables-addons: import from OpenWrt base 2018-01-16 19:24:39 +01:00
201-fix-lua-packetscript.patch xtables-addons: import from OpenWrt base 2018-01-16 19:24:39 +01:00
300-geoip-endian-detection.patch xtables-addons: import from OpenWrt base 2018-01-16 19:24:39 +01:00