net/pppoe: plugins_interfaces() is now implied

This commit is contained in:
Franco Fichtner
2016-08-30 08:08:33 +02:00
parent 9bc7263ef2
commit 30992527b3
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -68,7 +68,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
killbypid("/var/run/pppoe{$a_pppoes[$_POST['id']]['pppoeid']}-vpn.pid");
mwexecf('/bin/rm -r %s', "/var/etc/pppoe{$a_pppoes[$_POST['id']]['pppoeid']}");
unset($a_pppoes[$_POST['id']]);
plugins_interfaces(false);
write_config();
exit;
}
-1
View File
@@ -217,7 +217,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$a_pppoes[$id] = $pppoecfg;
}
plugins_interfaces(false);
write_config();
mark_subsystem_dirty('vpnpppoe');
file_put_contents('/tmp/.vpn_pppoe.apply', serialize($toapplylist));