summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Look for <pfsense>Scott Ullrich2008-10-201-1/+1
|
* Check for bogus decrypted config.xmlScott Ullrich2008-10-201-0/+2
|
* Correct tagfile_deformat() callScott Ullrich2008-10-191-1/+1
|
* Oops, use tunnel address not network.Ermal Luçi2008-10-191-2/+2
|
* Clenup some more when bringing down an interface.Ermal Luçi2008-10-191-1/+13
|
* Bring order and simplify logic.Ermal Luçi2008-10-191-56/+50
|
* Clear the arp entries for the interface going down.Ermal Luçi2008-10-191-0/+2
|
* Slightly change order of commands for dhcp.Ermal Luçi2008-10-191-2/+2
|
* Refactor some code so frontend does not need to know about details that ↵Ermal Luçi2008-10-191-68/+43
| | | | | | might change during development.
* style(9)Ermal Luçi2008-10-191-53/+84
|
* Move from $debugging to $g["debug"].Ermal Luçi2008-10-191-4/+4
|
* Remove unused var.Ermal Luçi2008-10-191-5/+0
|
* Mpd4 handles itself mss even with reduced mtu on pppoe case.Ermal Luçi2008-10-191-1/+3
|
* When interface is configured for pppoe and mtu is also configured then ↵Ermal Luçi2008-10-191-1/+9
| | | | | | adjust the pppoe mtu c orrespondingly as to us this means pppoe mtu and not parent interface mtu.
* Do not try to generate rules for the known interface groups or should we?Ermal Luçi2008-10-191-1/+3
|
* * Cleanup some logic for loading ipfw module which might improve somewhat ↵Ermal Luçi2008-10-191-33/+49
| | | | | | rules speed on very large rulesets. The best option is moving this to rules generation itself which would really speed up things but i will check it later on. * Fix scrub rules generation since it was 'broken' by generating mss-clamping for all interfaces which might be the reason for some slow transfers reported. Remove generation of mss clamping by pf in pppoe case since we handle this in mpd4 and seems to be a better fit for this.
* If <prefix> does not exist, then call safe_mkdir on it.Scott Ullrich2008-10-191-1/+3
|
* Only attempt to run plugins if directory existsScott Ullrich2008-10-191-4/+6
|
* * Add run_plugins() functionScott Ullrich2008-10-196-26/+89
| | | | | * Use run_plugins() function in filter.inc * Add plugin hook for parse_config and write_config
* Cleanup some not needed code and use the correct debug var.Ermal Luçi2008-10-181-14/+17
| | | | A lot of code references $debug as var but actually there is only $g['debug'] and $debugging that are defined!!
* When creating vlan interfaces from console fill all the needed information.Ermal Luçi2008-10-181-1/+4
|
* Restore accidentally removed code with bigpond removal which is causing ↵Ermal Luçi2008-10-171-0/+12
| | | | issues with pppoe/pptp.
* Check for valid IP address using is_ipaddrScott Ullrich2008-10-151-2/+2
| | | | Suggested-by: Ermal
* Misc style fix and checking to see if this is noticed by GITScott Ullrich2008-10-151-1/+1
|
* Actually insert the interface address when the option is specified.Scott Ullrich2008-10-141-5/+9
|
* Revert this and see if it affects any of problem reported on latest builds.Ermal Luçi2008-10-131-5/+1
|
* Add global debug where neededScott Ullrich2008-10-131-3/+6
|
* Only show debug Running commands if $debug is enabledScott Ullrich2008-10-131-24/+31
|
* Read in tabcontrols.php and properly eval()Scott Ullrich2008-10-121-3/+5
|
* If /usr/local/www/themes/$themename/tabcontrols.php exists, then evalScott Ullrich2008-10-121-9/+20
| | | | | | | | | | | | | it and allow the tabbing colors and nifty corners to be overriden. The file simply needs to look like: <?php $tab_active_bg = "#EEEEEE"; $tab_inactive_bg = "#777777"; $nifty_tabs_corners = "#FFF"; $font_color = "white"; ?>
* No need to lock config when setting filter update statusScott Ullrich2008-10-071-3/+1
|
* * Remove bigpond support from backend.Ermal Luçi2008-10-066-98/+16
| | | | | * Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected. * Actually start pppoe/pptp when the routing is called for this.
* Use the correct syslog LOG_ERR constant and make this file executable.Matthew Grooms2008-10-061-1/+3
|
* Actually take a shorter route at saving the gateway.Ermal Luçi2008-10-041-1/+1
|
* Use correct interface to record gateway.Ermal Luçi2008-10-041-1/+1
|
* trim description so long descriptions on IPsec doesn't create an invalid rulesetChris Buechler2008-10-041-8/+9
|
* Switch network-backend to freebsd-sendfile from writev now thatScott Ullrich2008-10-021-1/+1
| | | | lighttpd 1.4.20 has had some fixes applied.
* Cleanup the status queues so it does not does stupid things.Ermal Luçi2008-10-011-1/+1
| | | | Apparnetly this needs to be converted to 'ajax' calls as the traffic graph but for now live with this.
* run hostap later in script, fixes ral(4) card difference in FreeBSD 7.0. ↵Chris Buechler2008-09-281-1/+1
| | | | | | Works with ath(4) also. Ticket #1813
* Move alwaysbroadcast item to a settable field.Scott Ullrich2008-09-241-1/+3
| | | | | | Ticket #1814 XXX: Create GUI option
* Always broadcast to help fix vista fun.Scott Ullrich2008-09-241-0/+1
| | | | Ticket #1814
* Correct check if we are running with only one interface. LAN ca be deleted ↵Ermal Luçi2008-09-231-1/+1
| | | | without problems with the new interface code.
* Take into consideration the subnet mask configured.Ermal Luçi2008-09-231-2/+2
|
* Cleanup bootup scriptSeth Mos2008-09-221-22/+7
| | | | | | | | Remove starting dhcp twice. Remove double resolv.conf generation. Remove direct pfctl filter load command. Move initial time sync into is_wan_up logic so that it saves a lot of time on boot without a wan. opentp takes casre of it later if required.
* Use correct variable name for parent interface.Ermal Luçi2008-09-221-2/+2
|
* Use correct argumentsSeth Mos2008-09-211-2/+2
|
* Reffer to correct variableSeth Mos2008-09-211-1/+1
|
* Set full path to pingSeth Mos2008-09-211-1/+2
|
* If we really can't find what to ping just continue with the next graphSeth Mos2008-09-211-0/+4
|
* Remove dependency on WAN having the default route.Seth Mos2008-09-211-4/+0
| | | | Also failed because it did not use the full path to /sbin
OpenPOWER on IntegriCloud