Author: luka
Date: 2014-08-11 11:21:05 +0200 (Mon, 11 Aug 2014)
New Revision: 42113

Modified:
   
trunk/target/linux/generic/patches-3.14/617-netfilter_skip_filter_sysctl.patch
Log:
kernel: 3.14: refresh patches

Signed-off-by: Luka Perkov <[email protected]>

Modified: 
trunk/target/linux/generic/patches-3.14/617-netfilter_skip_filter_sysctl.patch
===================================================================
--- 
trunk/target/linux/generic/patches-3.14/617-netfilter_skip_filter_sysctl.patch  
    2014-08-11 09:15:17 UTC (rev 42112)
+++ 
trunk/target/linux/generic/patches-3.14/617-netfilter_skip_filter_sysctl.patch  
    2014-08-11 09:21:05 UTC (rev 42113)
@@ -63,7 +63,7 @@
                             net->ipv6.ip6table_filter);
 --- a/net/netfilter/nf_conntrack_standalone.c
 +++ b/net/netfilter/nf_conntrack_standalone.c
-@@ -477,6 +477,13 @@ static struct ctl_table nf_ct_sysctl_tab
+@@ -510,6 +510,13 @@ static struct ctl_table nf_ct_sysctl_tab
                .extra2         = &log_invalid_proto_max,
        },
        {
@@ -77,7 +77,7 @@
                .procname       = "nf_conntrack_expect_max",
                .data           = &nf_ct_expect_max,
                .maxlen         = sizeof(int),
-@@ -512,6 +519,7 @@ static int nf_conntrack_standalone_init_
+@@ -545,6 +552,7 @@ static int nf_conntrack_standalone_init_
        table[2].data = &net->ct.htable_size;
        table[3].data = &net->ct.sysctl_checksum;
        table[4].data = &net->ct.sysctl_log_invalid;
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to