Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
[sfrench/cifs-2.6.git] / net / ipv4 / sysctl_net_ipv4.c
index eeb4041fa5f905fb0f7c91ea6d74851ae97259f8..875867b64d6a6597bf4fcd3498ed55741cbe33f7 100644 (file)
@@ -550,6 +550,15 @@ static struct ctl_table ipv4_table[] = {
                .mode           = 0644,
                .proc_handler   = proc_doulongvec_minmax,
        },
+       {
+               .procname       = "fib_sync_mem",
+               .data           = &sysctl_fib_sync_mem,
+               .maxlen         = sizeof(sysctl_fib_sync_mem),
+               .mode           = 0644,
+               .proc_handler   = proc_douintvec_minmax,
+               .extra1         = &sysctl_fib_sync_mem_min,
+               .extra2         = &sysctl_fib_sync_mem_max,
+       },
        { }
 };