]> git.ipfire.org Git - people/stevee/network.git/commitdiff
pppoe: Ensure the kernel module is loaded
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 2 Jul 2013 05:32:50 +0000 (07:32 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 2 Jul 2013 05:32:50 +0000 (07:32 +0200)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
src/hooks/zones/pppoe

index 717d4b1c7c56256461717ee43cde7e79ca186828..b4bb660169f2fd1ba7e70387f392581473896c8c 100644 (file)
@@ -116,6 +116,9 @@ hook_up() {
 
        zone_settings_read "${zone}"
 
+       # Load the pppoe kernel module
+       module_load "pppoe"
+
        # Bring up the port.
        port_up "${port}"