Project

General

Profile

Actions

Bug #3004

closed

config upgrade code needs to change VIP binding on IPsec

Added by Chris Buechler almost 11 years ago. Updated over 10 years ago.

Status:
Resolved
Priority:
High
Assignee:
-
Category:
Configuration Upgrade
Target version:
Start date:
05/23/2013
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:

Description

In 2.0.x when you have an IPsec connection bound to a CARP IP, its interface is set as something like:

<interface>vip5</interface>

After upgrading to 2.1, the VIP is now wan_vip5, but the IPsec still refers to vip5 and is hence broken until changing it to wan_vip5. The config upgrade code needs to handle that automatically.


Files

Actions #1

Updated by Renato Botelho almost 11 years ago

  • Status changed from New to Feedback

There is already a function to do it, upgrade_085_to_086. I tested it locally and it worked as expected.

If you have the 2.0.x config.xml and want to send me it in private, I cah make a test and check the results, but it's supposed to work with any config since it uses a sed to change config.xml file directly.

Actions #2

Updated by Ermal Luçi almost 11 years ago

$vipchg[] = "s/\\([^_]\\)vip{$vip['vhid']}\\([^0-9]\\)/\\1{$vip['interface']}_vip{$vip['vhid']}\\2/g\n";

Seems the [^_] is wrong here it is not present on earlier versions there, no?

Actions #3

Updated by Renato Botelho almost 11 years ago

Ermal Luçi wrote:

[...]

Seems the [^_] is wrong here it is not present on earlier versions there, no?

[^_] means any char but _, to avoid touching unnecessary places. I don't think it's wrong.

Actions #4

Updated by Chris Buechler over 10 years ago

that config upgrade code either gets skipped somehow or doesn't work, the attached config for example still has <interface>vip205</interface> after upgrading 2.0.x to 2.1.

Actions #5

Updated by Renato Botelho over 10 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #7

Updated by Chris Buechler over 10 years ago

  • Status changed from Feedback to Resolved

fixed

Actions

Also available in: Atom PDF