mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Update upgrade_config to remove 'defaultgw' from <ppp> config sections
This commit is contained in:
parent
82effddb55
commit
6fdfa8fbf9
@ -1980,6 +1980,8 @@ function upgrade_063_to_064() {
|
||||
if (!isset($ppp['ptpid'])){
|
||||
$config['ppps']['ppp'][$pppid]['ptpid'] = uniqid('', true);
|
||||
}
|
||||
if (isset($ppp['defaultgw'])){
|
||||
unset($config['ppps']['ppp'][$pppid]['defaultgw']);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user