|
@@ -882,4 +882,11 @@ static __init int sysctl_ipv4_init(void)
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/* set enough of tree skeleton to get rid of ordering problems */
|
|
|
|
+void __init ip_static_sysctl_init(void)
|
|
|
|
+{
|
|
|
|
+ static ctl_table table[1];
|
|
|
|
+ register_sysctl_paths(net_ipv4_ctl_path, table);
|
|
|
|
+}
|
|
|
|
+
|
|
__initcall(sysctl_ipv4_init);
|
|
__initcall(sysctl_ipv4_init);
|