Bug #3440
closedAliases, Networks and the vanishing subnets inside of Google Chrome
0%
Description
When creating an Alias for a network in Google Chrome on OS X Mavericks I have the option of choosing a CIDR representation of the subnet. In the latest version of PFsense this subnet is reset anytime I add another network to the Alias. It clears out the subnet settings so they are all set as blank.
To reproduce just try and create an alias and add multiple networks while in Chrome.
Firewall model and OS:
Netgate FW-7541
2.1p1-RELEASE (amd64)
built on Tue Nov 12 16:41:18 EST 2013
Updated by Phillip Davis almost 11 years ago
I think that bug was introduced since 2.1-RELEASE and perhaps it is in that 2.1p1 NetGate version. It has since been fixed by: https://github.com/pfsense/pfsense/commit/f70adc82457c038159b4f8edd775bcf1cc498d03
The offending line is line 447 in usr/local/www/firewall_aliases_edit.phpif (set_value true);
the semi-colon at the end needs to be removed:if (set_value true)
See if that fixes it.