Search
Results (709)
- Bug #152 (Closed): Deleting a VIP leaves <vip/> in config.xml
- Each deleted VIP leaves <vip/> in config.xml. For example after deleting 3 VIPs: <virtualip> <vip/> <vip/> <vip/>
- Bug #151 (Resolved): Deleting a CARP IP doesn't remove it
- Deleting a CARP IP from firewall_virtual_ip.p ... remove it. On a positive note, 'ifconfig vip0 destroy' does work, and no longer panics th ... o we don't need to force a reboot anymore.
- Revision 58ebf6bb: Setting the VIP to the VHID ID has to be the
- single most brain-headed decision in the hist ... his correctly by finding the first available vip interface.
- Revision 1fb2bf25: Carp interfaces are named 'VIP#' now. Make sure this is hidden on interface assignment.
- Revision abcb2bed: * Convert carp/vips code to behave the same as other interfaces.
- * Make optimizations around it. * Make sure w ... und the code. Reviewed-by: scott@ and billm@
- Bug #69 (Resolved): OpenVPN 'local' directive
- The OpenVPN local directive is forced to be s ... : 1) Need to list CARP and IP Alias type VIPs 2) Need an "any" option there to allow lis ... ehavior, and needed in some circumstances.
- Bug #50 (Resolved): DHCP Server input validation lacking
- The network and broadcast addresses shouldn't ... If the range includes the interface IP or VIPs on that interface, it should also be rejected.
- Bug #46 (Resolved): 1.2.3 Loadbalancer Status "Description" incorrect
- The "Description" column on the Loadbal Statu ... h, by referencing $vsent['desc'] instead of $vipent['desc'] (Ref - tested against 1.2.3 - built on Wed Apr 22 15:45:47 EDT 2009)
- Bug #30 (Closed): Home directory issue for admin on 2.0
- When trying to login to the admin account via ... directory should be /root, but when you run vipw it is looking for /home/admin. Change it to /root there and it works as expected.
- Revision 35e4f68e: Merge backup_vip_function to the synchronize code where its only used.