Loopback device is special. It should be initialized at the very
beginning. Initialization order has been changed by
Eric W. Biederman <
[email protected]> and this change is non-obvious
and important enough to add proper comment.
Signed-off-by: Denis V. Lunev <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
return register_pernet_device(&loopback_net_ops);
}
+/* Loopback is special. It should be initialized before any other network
+ * device and network subsystem.
+ */
fs_initcall(loopback_init);