Author: jow Date: 2014-08-10 11:21:14 +0200 (Sun, 10 Aug 2014) New Revision: 42093
Modified: trunk/target/linux/generic/patches-3.13/604-netfilter_conntrack_flush.patch trunk/target/linux/generic/patches-3.14/604-netfilter_conntrack_flush.patch Log: netfilter: fix calls to nf_ct_iterate_cleanup() with Linux >= 3.13 Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/target/linux/generic/patches-3.13/604-netfilter_conntrack_flush.patch =================================================================== --- trunk/target/linux/generic/patches-3.13/604-netfilter_conntrack_flush.patch 2014-08-09 14:36:10 UTC (rev 42092) +++ trunk/target/linux/generic/patches-3.13/604-netfilter_conntrack_flush.patch 2014-08-10 09:21:14 UTC (rev 42093) @@ -59,7 +59,7 @@ + return -EINVAL; + } + -+ nf_ct_iterate_cleanup(net, kill_matching, &kr); ++ nf_ct_iterate_cleanup(net, kill_matching, &kr, 0, 0); + + return count; +} Modified: trunk/target/linux/generic/patches-3.14/604-netfilter_conntrack_flush.patch =================================================================== --- trunk/target/linux/generic/patches-3.14/604-netfilter_conntrack_flush.patch 2014-08-09 14:36:10 UTC (rev 42092) +++ trunk/target/linux/generic/patches-3.14/604-netfilter_conntrack_flush.patch 2014-08-10 09:21:14 UTC (rev 42093) @@ -59,7 +59,7 @@ + return -EINVAL; + } + -+ nf_ct_iterate_cleanup(net, kill_matching, &kr); ++ nf_ct_iterate_cleanup(net, kill_matching, &kr, 0, 0); + + return count; +} _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
