Search
Results (314)
- Revision e5e16cfc: Merge e3cffd6cefc - Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/index.php?topic=84392.0
- Revision e3cffd6c: Properly remove IPv6 carp vips as reported from https://forum.pfsense.org/index.php?topic=84392.0
- Revision 1f2f38f5: Ticket #3967 also sync other vip types that can be synched.
- Revision eea2ad5d: FreeBSD fails to set advskew back to 0 after you set it to any other
- value. That's a separate issue that needs fix ... , we can work around it by removing all CARP VIPs in the same way we do when "Temporarily Dis ... sen before adding them all back. Ticket #3910
- Revision fb0a4e7a: Fix not rules for OPTn network case
- Reported in forum https://forum.pfsense.org/i ... "if (is_subnet($src)) ... filter_address_add_vips_subnets" code needs to go outside all of th ... he else part). That makes filter_address_add_vips_subnets get called in all cases, including ... d. (line 2264, 2265) Then filter_address_add_vips_subnets needs to process the "not" code early, before checking if there are any VIPs (which was causing the routine to exit earl ... interface that has just a plain address (no VIPs). Lines 2144 and 2158 are no functional cha ... ment was odd, so I put it back all on 1 line.
- Revision 90a430c7: Merge pull request #1298 from PiBa-NL/vips_sort
- Revision be32a003: Delete IP Alias on CARP VIP interface on secondary node when it's deleted on primary. It fixes #3855
- Revision b22ef160: As pointed out by Ermal, VIPs should go first in the list since NAT is first match. Ticket #983
- Revision d5971693: Fix #3807:
- * When changing a pre existing VIP, use previous configured interface for che ... ssue that happens when you try to change a VIP to a new interface. * Use the right interface name, only carp uses _vipN suffix
- Revision 88c24958: Encode interface/VIP descriptions before displaying them on the NTP daemon settings.