net/pppoe: proper start at boot

This commit is contained in:
Franco Fichtner
2017-01-26 23:03:02 +01:00
parent b3a9e069d8
commit 7ca10a301e
@@ -32,7 +32,7 @@
function if_pppoe_configure()
{
return array('if_pppoe_configure_do');
return array('bootup' => array('if_pppoe_configure_do'));
}
function if_pppoe_services()