Ticket #3967 also sync other vip types that can be synched.

This commit is contained in:
Ermal 2014-11-11 20:49:11 +01:00
parent 94115b9313
commit 1f2f38f509
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function backup_vip_config_section() {
$temp = array();
$temp['vip'] = array();
foreach($config['virtualip']['vip'] as $section) {
if ($section['mode'] != "carp")
if (($section['mode'] == 'proxyarp' || $section['mode'] == 'ipalias') && !(strpos($section['interface'], '_vip') || strpos($section['interface'], 'lo0')))
continue;
if ($section['advskew'] <> "") {
$section_val = intval($section['advskew']);