mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Adjust even advbase while synching. This should be params though.
This commit is contained in:
parent
6f247d1f76
commit
2a834dcd89
@ -64,6 +64,13 @@ function backup_vip_config_section() {
|
||||
$section_val = 255;
|
||||
$section['advskew'] = $section_val;
|
||||
}
|
||||
if($section['advbase'] <> "") {
|
||||
$section_val = intval($section['advbase']);
|
||||
$section_val=$section_val+1;
|
||||
if($section_val > 255)
|
||||
$section_val = 255;
|
||||
$section['advbase'] = $section_val;
|
||||
}
|
||||
$temp['vip'][] = $section;
|
||||
}
|
||||
return $temp;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user