Fix CARP PPP hook.

This commit is contained in:
Markus Reiter 2022-01-18 05:16:46 +01:00 committed by Franco Fichtner
parent 59ae021d5a
commit f7de23e9bd

View File

@ -54,7 +54,7 @@ if (!empty($a_hasync['disconnectppps'])) {
if ($type == 'BACKUP') {
interface_bring_down($ifkey);
} else {
interface_ppps_configure(false, $ifkey);
interface_ppps_configure($ifkey);
}
}
}