Search
Results (711)
- Revision b22fc825: Move vip upgrade code to be later, since it was backe ... re can be some breakage/fallout. Ticket #2445
- Revision 617244c7: Ooops use correct name for vips
- Revision e7de69fb: First round of CARP vip renaming changes
- Ticket #2415
- Bug #2445 (Resolved): Carp vip renaming broken IPsec VPN tunnels that reference carp interfaces.
- Because of the vip renaming per interface any IPsec VPN tunnels, or endpoints referencing a CARP vip are now broken and won't work. OpenVPN too maybe?
- Bug #2440 (Resolved): Wireless client nic set for DHCP does not start dhclient
- I've configured a wireless nic as a client (i ... uldn't matter. It's worked in the past. (2.0)
- Revision 970934dc: Revert "Bump config version to take care of new vips" - forgot to revert this when I reverted the main vip commit.
- This reverts commit ccf346ddb80997a4426484c25e5c3bd8a223990f.
- Revision 30274157: Revert "Make vips vhid be unique per parent interface!" - per ... not have been on RELENG_2_0 see ticket #2415
- This reverts commit 4d0c032c528b10221a2ef894b ... _config.inc etc/rc.filter_synchronize
- Bug #2415 (Resolved): Fallout from CARP vip interface names changes
- Now that CARP VIP interfaces have been renamed, some issues have come up. They are now named, for example, wan_vip241. * They appear in the list for assign ... es > (assign). * Some code still looks for "vip" such as the static route check for IPsec in ... er.inc: if(preg_match("/^vip/i", $ph1ent['interface'])) { etc/inc/interfaces.inc: if (preg_match("/^vip|^tun|^ovpn|^gif|^gre|^lagg|^bridge|vlan|^stf ... terfaces.inc: else if (preg_match("/^vip/i", $interface)) etc/inc/interfaces.inc: else if (preg_match("/^vip/i", $interface)) etc/inc/interfaces.inc: else if (preg_match("/^vip/i", $interface)) etc/inc/interfaces.inc: else if (preg_match("/^vip/i", $interface)) etc/inc/interfaces.inc: else if (preg_match("/^...
- Bug #2406 (Resolved): No IP alias within the subnet of a CARP IP can be deleted
- The input validation that triggers: <pre> ... ed by a CARP IP with the description") . " {$vip['descr']}."; </pre> prevents the deletio ... can be worked around by editing the IP alias VIP and changing its IP subnet or subnet mask, t ... input validation is not done upon editing.
- Revision a119ecf8: Modify get_configured_ip_aliases_list to optionally return the full vip entry and use this information to get the su ... st the IP in filter_get_direct_networks_list.