Search
Results (315)
- Revision d23a80da: Allow using interface subnet macros which only have VIPs. Implement #16613
- Remove the check for a primary address when g ... nerated if the macro contains any address or VIP. This behavior aligns with the table output ... when hovering over the alias used in a rule.
- Revision 63566d0b: if_pppoe: clear VIPs and reload dpinger when link goes down. Fix #16487
- These actions are done with "normal" ethernet ... n(). Implement this in pppoe-handler as well.
- 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