From: Stefan Schantl Date: Tue, 2 Jul 2013 05:32:50 +0000 (+0200) Subject: pppoe: Ensure the kernel module is loaded X-Git-Tag: 007~17^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ab3292c4f5182746ba37c2eb3dbc092c6315044;p=network.git pppoe: Ensure the kernel module is loaded Signed-off-by: Stefan Schantl --- diff --git a/src/hooks/zones/pppoe b/src/hooks/zones/pppoe index 717d4b1c..b4bb6601 100644 --- a/src/hooks/zones/pppoe +++ b/src/hooks/zones/pppoe @@ -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}"