summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* Work around DHCLIENT issue temporarily until we can deterimine why it is ↵Scott Ullrich2007-01-251-1/+6
| | | | occuring.
* Add pfsense.merge_config_section which can merge two keys together via ↵Scott Ullrich2007-01-241-0/+21
| | | | XMLRPC sync instead of killing the prior section. This is useful when merging subkeys of installedpackets for example.
* Backport the alias rowhelper description featureScott Ullrich2007-01-241-1/+11
|
* Bump versionSeth Mos2007-01-231-1/+1
| | | | Load balancing should now work with legacy configs.
* Fix filter rules when using load balancing pools. Latest CVS was broken.Seth Mos2007-01-231-4/+4
| | | | | Logic error. And we do need to guess. It's not a local IP, it's a gateway. Something with toffees
* Make DHCP server rules work again. on OPT interfaces.Seth Mos2007-01-231-1/+1
|
* Version bumpScott Ullrich2007-01-231-1/+1
|
* Do not launch check_reload_status from filter.inc. This creates some ↵Scott Ullrich2007-01-221-3/+1
| | | | strange situation where check_reload_status inherits socket descriptors from OpenVPN.
* Don't guess interface, we know.Seth Mos2007-01-211-2/+1
|
* If the load balancer interface name turns out to be a ip address we guess ↵Seth Mos2007-01-211-2/+9
| | | | | | the interface and log a error. Found by Holger
* Not sure how I missed this.Seth Mos2007-01-201-2/+2
| | | | * use correct variable name.
* Add back missing WINS statement that was accidently chopped in commit #9051Scott Ullrich2007-01-191-1/+2
| | | | Ticket #1209
* Bump versionSeth Mos2007-01-191-1/+1
|
* Hard code paths to /etc/inc files on bootup.Scott Ullrich2007-01-161-4/+4
| | | | | | If for some reason php.ini gets whiped out on bootup then you will never be able to boot again. This works around that issues and ensures that we atleast can bootup to the point where php.ini gets written back out. Many many wasted hours on this issue.
* Fix indenation and possible conflicting variable naming (future commits)Seth Mos2007-01-151-7/+7
|
* Bump versionSeth Mos2007-01-131-1/+1
| | | | | | * load balancer dhcp multiwan filter.inc fix * added optional interface quality graph * bump config version
* Sync enable_rrd_graph() with HEADSeth Mos2007-01-132-181/+182
| | | | | * added quality graph backend for Optional interfaces * Huge code cleanup. PHP should now return proper line numbers on parse errors.
* filter.inc logic and filter rule fix for new load balancer by interface nameSeth Mos2007-01-121-2/+2
|
* Version bump.Scott Ullrich2007-01-111-1/+1
| | | | | | Note to commiters, we use USA standard date format: MM-DD-YYYY
* Instead of killing openvpn and restarting, simply HUP it to reload its settings.Scott Ullrich2007-01-081-1/+1
|
* Bump version.Seth Mos2007-01-061-1/+1
| | | | Traffic shaper changes, load balancer failover option.
* Let's see if this works ok over the course of a few snapshots. If not we can ↵Seth Mos2007-01-061-0/+8
| | | | | | | | | | | always revert this checkin combination. Do note the s/$POST/$_POST fixes! Allow for a failover type next to the already available load balancing type. The gui server list box needs some up and down box for ordering. For now just remove and add again. New page is way faster anyways. Test by seth with crappy wifi link to the neighbours :-)
* Do not configure DHCP server on dhcp interfaces.Seth Mos2007-01-021-1/+2
|
* Do not create DHCP server firewall rules for interfaces which are configured ↵Seth Mos2007-01-021-1/+8
| | | | | | for DHCP. They/We/He/She should not run into this, except when migrating a interface configuration to something else.
* Merge in new (outbound) load balancing configuration code from HEAD.Seth Mos2006-12-303-8/+14
| | | | | | | | | | * assign interfaces to pool instead of manual IP configuration * Only show interfaces with a gateway * Offer list of monitor IPs including interface gateways. This code is tested for outbound load balancing on a carp cluster and works for me (smos). The server side needs testing. Which I don't know how to. Let's give it a run for a snapshot or 2.
* Renumber, assign and delete rules as needed.Scott Ullrich2006-12-281-9/+12
| | | | Observed-by: Vacum via irc
* s/array_count/array_count_values/Scott Ullrich2006-12-281-3/+3
|
* Renumber, assign and delete rules as needed.Scott Ullrich2006-12-281-6/+36
| | | | Observed-by: Vacum via irc
* Version bumpScott Ullrich2006-12-281-1/+1
|
* Revert back to base dhclientScott Ullrich2006-12-281-1/+1
|
* Go back to stock FreeBSD dhclient. ISC's is not very multi wan friendly and ↵Scott Ullrich2006-12-282-32/+61
| | | | will make rearchitecting our code a complete interface rewrite.
* Fix spellingSeth Mos2006-12-271-2/+2
| | | | Submitted-by: Devon O'Dell <devon.odell@coyotepoint.com>
* Fix ticket 1192 as seen by hoba and seth.Seth Mos2006-12-241-1/+1
|
* Version bumpScott Ullrich2006-12-231-1/+1
|
* Do not create symlink for dhclient-script. This does not work on read-only ↵Scott Ullrich2006-12-231-4/+0
| | | | iso's.
* Regardless of the fact that we are telling dhclient that it's script is ↵Scott Ullrich2006-12-231-0/+4
| | | | /sbin/dhclient-script it wants to run /usr/local/sbin/dhclient-script to symlink on bootup this file if needed.
* Remove old workaround code now that ISC dhclient is backScott Ullrich2006-12-231-7/+0
|
* Hotplug correctly now that ISC dhclient is being used.Scott Ullrich2006-12-231-0/+6
|
* *REALLY* release and renew correctly.Scott Ullrich2006-12-231-12/+9
|
* Version bumpScott Ullrich2006-12-231-1/+1
|
* * Fix release / renewScott Ullrich2006-12-232-14/+12
| | | | * Don't return immediately from dhclient to give it time to associate so we can return correct address back to status_interfaces.php
* Correct path to pgrep:Scott Ullrich2006-12-221-1/+1
| | | | | # which pgrep /bin/pgrep
* Reverse platform testing logic. It must have been oppisite day.Scott Ullrich2006-12-221-2/+2
|
* Only use freebsd-sendfile network handler on Full Installations. Tests have ↵Scott Ullrich2006-12-221-2/+9
| | | | shown that it actually slows down the metallic theme on embedded by Holger.
* Fix DHCP status on status_interfaces.php. Use find_dhclient_process() for test.Seth Mos2006-12-221-6/+7
|
* version bumpScott Ullrich2006-12-211-1/+1
|
* MFC find_dhclient_process() fixes.Seth Mos2006-12-211-6/+8
| | | | | | * Fix pgrep regexp for new dhclient version * Kill process by number instead of (non-existant) pid file. * Return PID number instead of executing the file $pid
* Use correct directive.Scott Ullrich2006-12-211-2/+5
|
* MFC use freebsd-sendfileScott Ullrich2006-12-211-3/+3
|
* Remove bad sysctlScott Ullrich2006-12-211-1/+0
| | | | Pointed-out-by: rsw686 via irc
OpenPOWER on IntegriCloud