Actions
Bug #5015
closedproxy ARP/Other type network option not working
Description
on firewall_virtual_ip_edit.php, choose type Proxy ARP, address type Network. The subnet mask should now be configurable, but is still disabled.
Actions
Added by Chris Buechler about 9 years ago. Updated about 9 years ago.
Description
on firewall_virtual_ip_edit.php, choose type Proxy ARP, address type Network. The subnet mask should now be configurable, but is still disabled.
same for type Other VIPs
js corrected to provide desired behavior
The CIDR drop-down works OK for Proxy ARP but it is still disabled for Other type VIPs in Network mode when it should behave the same as Proxy ARP (disabled for Single address, enabled for Network).
Subnet mask now depends on type selector (single/network) only
This is not quite the way 2.2 works, but it makes more sense this way.
Applied in changeset pfsense:03b8c2844d8885d0a77bd91883f729c6ab6e7d88.
Looks good now. The single host and network options enable/disable the CIDR control as expected.