Actions
Bug #4903
closed
JP
Captive Portal ipfw rules are not correctly including interface CARP VIPs
Bug #4903:
Captive Portal ipfw rules are not correctly including interface CARP VIPs
Start date:
07/29/2015
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.2.x
Affected Architecture:
All
Description
With Captive Portal on an interface with a CARP VIP, 2.1.x properly included the CARP VIP in the ipfw rules:
65310 206529 22569562 allow ip from any to { 255.255.255.255 or 192.168.1.1 or 192.168.1.3 } in
The same configuration on 2.2.4 yields:
65310 569 82492 allow ip from any to { 255.255.255.255 or 192.168.1.3 or 192.168.1.3 } in
Notice the interface IP address is repeated in the 2.2.x version and the CARP VIP is missing.
Actions