Bug #5016
closed
CARP VIP issues - firewall_virtual_ip_edit.php
Added by Chris Buechler about 9 years ago.
Updated about 9 years ago.
Description
1) can't edit them, end up with "This IP address is being used by another interface or VIP." Check 1.2.3.4/32 on your test VM for one example
2) VHID isn't being saved, just end up with <vhid/>
- Subject changed from CARP VIP issues to CARP VIP issues - firewall_virtual_ip_edit.php
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to Chris Buechler
Looks like a pre-bootrap bug:
Line 270~ish
$vipent['vhid'] = $_POST['vhid'];
$vipent['vhid'] = $_POST['uinqid'];
should be:
$vipent['vhid'] = $_POST['vhid'];
$vipent['uniqid'] = $_POST['uniqid'];
Needs fixing on master too.
Actually that should be "uniqid" and not "uinqid" -- looks like a copy/paste line with one missed edit and one typo.
- % Done changed from 0 to 100
- Status changed from Feedback to Resolved
Saving CARP VIPs appears to work OK now.
Also available in: Atom
PDF