Project

General

Profile

Actions

Bug #3440

closed

Aliases, Networks and the vanishing subnets inside of Google Chrome

Added by Lane Campbell about 10 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Rules / NAT
Target version:
-
Start date:
02/06/2014
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
amd64

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

Actions #1

Updated by Phillip Davis about 10 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.php
if (set_value true);
the semi-colon at the end needs to be removed:
if (set_value true)

See if that fixes it.

Actions #2

Updated by Chris Buechler over 9 years ago

  • Status changed from New to Resolved

fixed a while back

Actions

Also available in: Atom PDF