Bug #6955
closedThe uniqid of the virtual IP address is lost when you modify the vip type
0%
Description
My interfaces:LAN, WAN, WAN2
1、I add IP Alias VIP 155.155.155.155 on WAN2, it's ok. Get the uniqid: 5831b1cbbbdcd
<input class="form-control" name="uniqid" id="uniqid" type="hidden" value="5831b1cbbbdcd ">
2、Then I change this VIP's type to Other, Now, the uniqid is lost to empty:
<input class="form-control" name="uniqid" id="uniqid" type="hidden">
3、So,at last When I change this VIP type from "Other" back to "IP Alias", The uniqid value is also empty.
At this time, I look by command ifconfig, the IP 155.155.155.155 is in WAN but not in WAN2,
I delete the VIP 155.155.155.155, but the IP still in WAN by command ifconfig.
Uniqid is change to null causes the IP in the wrong interface and can't delete on Physical interface
Updated by Jim Pingle over 5 years ago
- Category set to Virtual IP Addresses
- Status changed from New to Resolved
This was solved a while back, likely with PR https://github.com/pfsense/pfsense/pull/3842 (807160e9db2e7fe2296d7312d602874290186505)