summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove dhcpd.leases and reload daemon after LAN interface removal.Scott Ullrich2008-02-092-0/+4
|
* Remove additional menu items that aren't applicable on single interface ↵Chris Buechler2008-02-091-3/+8
| | | | deployments
* Remove additional menu items that aren't applicable on single interface ↵Chris Buechler2008-02-091-3/+21
| | | | deployments
* When deleting the LAN interface, automatically unset the followingScott Ullrich2008-02-092-1/+5
| | | | | | | | | | | | | configuration areas: * Interfaces -> LAN * DHCPD -> LAN * Traffic Shaper * EZ Shaper settings * Firewall -> NAT NOTE: when adding back an interface if LAN does not exist, it is added back before OPTX so that these constaints can be upheld.
* * Whenb deleting the LAN interface unset NAT rules.Scott Ullrich2008-02-091-0/+1
|
* When deleting the LAN interface automatically unset:Scott Ullrich2008-02-091-0/+2
| | | | | * EZ Shaper configuration * Traffic Shaper Configuration
* No need for any of the NAT screens in a single interface environment, so ↵Chris Buechler2008-02-091-1/+8
| | | | don't show them.
* Fix braindead php {}Scott Ullrich2008-02-091-3/+4
|
* Don't show LAN in Interfaces drop down if it doesn't actually exist.Chris Buechler2008-02-091-3/+5
| | | | Bye bye, LAN interface requirement.
* Show string in uppercase.Scott Ullrich2008-02-091-1/+1
|
* s/WAN/wan/Scott Ullrich2008-02-091-1/+1
|
* Fix braindead php {}Scott Ullrich2008-02-091-2/+3
|
* Set the starting interface when LAN does not exist to WAN.Scott Ullrich2008-02-091-3/+7
|
* Fix for "Invalid argument supplied for foreach()" on 937Chris Buechler2008-02-091-3/+6
|
* Show WAN if LAN is not enabled.Scott Ullrich2008-02-091-2/+5
|
* Define the WAN interface name.Scott Ullrich2008-02-091-0/+1
|
* * Minor cleanupsScott Ullrich2008-02-091-0/+4
| | | | * Make sure $interface is being defined
* Don't show LAN in Interfaces menu if it doesn't actually exist.Chris Buechler2008-02-091-1/+5
| | | | Bye bye, LAN interface requirement.
* Convert string to lower case.Scott Ullrich2008-02-091-1/+1
|
* LAN is now optional.Scott Ullrich2008-02-091-7/+9
|
* LAN is optional now.Scott Ullrich2008-02-091-1/+6
|
* LAN is optional.Scott Ullrich2008-02-091-10/+40
|
* Add back Save button.Scott Ullrich2008-02-091-5/+6
|
* Do not show LAN interface when it is not present.Scott Ullrich2008-02-091-2/+4
|
* * If the LAN interface exists, do not allow DHCP server on WAN.Scott Ullrich2008-02-091-25/+41
| | | | * If the LAN interface does not exist, do not allow DHCP server on LAN.
* LAN interface is now optional. Allow it to be deleted.Scott Ullrich2008-02-091-1/+1
|
* * If the LAN interface exists, do not allow DHCP server on WAN.Scott Ullrich2008-02-091-1/+9
| | | | * If the LAN interface does not exist, do not allow DHCP server on LAN.
* LAN interface is now optional.Scott Ullrich2008-02-091-100/+162
|
* * If LAN interface is unassigned do not worry about interface mismatchesScott Ullrich2008-02-091-0/+2
|
* * Unset the LAN interface if 1 network interface is allowed and user optsScott Ullrich2008-02-091-1/+3
| | | | to not set a LAN interface during interface assignment.
* * Allow HTTPS/HTTP revert and anti-lockout rule on WANScott Ullrich2008-02-091-20/+16
|
* Allow any interface to be configured from the console menu.Scott Ullrich2008-02-091-59/+114
|
* * Move minimum nic requirement information to globals.incScott Ullrich2008-02-092-23/+32
| | | | * Move minimum ram requirement information to globals.inc
* Make sure item is an array before comparing using array functions.Scott Ullrich2008-02-081-5/+7
|
* touch up textChris Buechler2008-02-071-2/+2
| | | | Ticket #1627
* Correctly deterimine if /boot/loader.conf exists.Scott Ullrich2008-02-051-1/+1
|
* With the current Racoon we need to inform that we are reloading our SPDSeth Mos2008-02-051-0/+4
| | | | entries with a SIGHUP
* Only check disabled/enabled status on OPTX interfaces. WAN and LAN areScott Ullrich2008-02-041-2/+3
| | | | assumed to always be enabled.
* When a CARP parent interface is down or disabled, ignore the CARP IPScott Ullrich2008-02-041-0/+3
| | | | address as this will introduce a panic situation in FreeBSD.
* Fix 'slingbox' setting so the xml parser does not bail at it.Ermal Luçi2008-02-041-2/+2
|
* Correctly handle enabling/disabling parameters of HFSC scheduler.Ermal Luçi2008-02-041-21/+30
|
* correct bogons file locationChris Buechler2008-02-031-2/+2
|
* Add Slingbox to the raise/lower protocols screen.(requested by Scott)Ermal Luçi2008-02-031-1/+21
|
* * Add Slingbox to the raise/lower protocols screen.(requested by Scott)Ermal Luçi2008-02-031-3/+8
| | | | | * Fix a bug with the creation of rules for this section of the wizard. * Also set the qACK where it makes sense.
* Sync w/ 1.2's filter diag logs.Scott Ullrich2008-02-031-15/+31
|
* Do not load CARP IP address if we cannot find a matching subnet onScott Ullrich2008-02-031-0/+15
| | | | a real interface.
* Turn Pages Accessible field foreground to white.Scott Ullrich2008-02-031-0/+1
|
* shorten description field to prevent creating rulesets that won't load.Chris Buechler2008-02-031-1/+1
| | | | Ticket #1619
* Only assign &$ if item is an array.Scott Ullrich2008-02-031-1/+2
|
* Allow reserved IP addresses to fall within the DHCP Server range. DHCPDScott Ullrich2008-02-031-5/+0
| | | | does not barf with these changes, so why not?
OpenPOWER on IntegriCloud