Search
Results (313)
- Revision 691852a2: Consider gateway group VIP preference with DDNS. Fix #16326
- Revision bb26a4ce: VIP corrections: Validate IPv4 for proxyarp and respect saved vip type
- Revision 5ff07bb5: Reference the correct VIP in input validation description. Fix #16272
- The $vip variable may not reference the $found_carp's VIP since there's no break in the loop. Fix it by keeping the ID once it's found.
- Revision 62b1bc8b: Avoid loop between pppoe-handler and rc.newwanip. Fix #16235
- Once the PPPoE client receives the interface ... e rc.newwanip script calls link_interface_to_vips() which triggers an ADDR_ADD event for each configured VIP. These VIP events result in a loop between the scripts. ... ng loop by ignoring ADDR_ADD events for IPv4 VIPs. The IPv6 scripts do not behave this and hence no loop.
- Revision ef4d1687: Fix regression with IPv6 LL addresses
- - Update does_vip_exist() to correctly compare LL VIPs that include the interface in the address ... p to 4294e51e5bf8612ffa1782439231cf6b8deaff49
- Revision b5cea7d7: Add NAT64 support for firewall rules
- Add initial GUI support for NAT64. The NAT64 ... ". - <Virtual IP Address>: Use the specified VIP as the source address. Only supports VIPs of the IP Alias type without a CARP parent. Sets e.g. "from { 198.51.100.1 }".
- Revision 3c383268: Add specialnet flag for VIP aliases only
- Revision e48574e2: Remove network/broadcast input validation for IPv6 VIPs. Fix #15361
- Revision 7caf3483: Fix RA IPsec EAP-RADIUS accounting. Fixes #15176
- Set the flag which only activates accounting for connections with VIPs which will restrict accounting to only mobile IPsec connections.
- Revision 2b2b084c: Handle VIPs in OpenVPN Wizard. Fix #15148