Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ticket #449. Actually save something to read back. | Ermal | 2010-04-27 | 1 | -0/+1 |
| | |||||
* | Ticket #449. Bring back the check if there is really an ip change on ↵ | Ermal | 2010-04-27 | 1 | -2/+9 |
| | | | | interface event. This avoids reloading openvpn and other sevices when actually there is no change. | ||||
* | Improve startup time by delaying dyndns synching. | Ermal | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | This is of no use. Disable until its writer shows up. | Ermal | 2010-03-29 | 1 | -1/+1 |
| | |||||
* | Ticket #449. Teach OpenVPN to reload only tunnels for the specified ↵ | Ermal | 2010-03-29 | 1 | -1/+2 |
| | | | | interface. Use this is rc.newwanip script to reload only these tunnels. | ||||
* | Add needed includes. | Ermal | 2010-03-19 | 1 | -0/+2 |
| | |||||
* | Create resolv.conf whenever a new ip comes in to have it ready for vpn ↵ | Ermal | 2010-03-15 | 1 | -9/+8 |
| | | | | reloads. Also restart packages in background. | ||||
* | Remove legacy code. | Ermal Luçi | 2010-03-09 | 1 | -18/+3 |
| | |||||
* | Fix function which should fix default gw handling for dynamic interfaces. | Ermal Luçi | 2009-12-27 | 1 | -1/+1 |
| | |||||
* | This is not called only for wan. | Ermal Luçi | 2009-12-22 | 1 | -1/+1 |
| | |||||
* | Fix logging statements to not consider this only as called from dhcp. | Ermal Luçi | 2009-12-22 | 1 | -14/+9 |
| | |||||
* | More fine grained update of dyndns and dnsupdate. | Ermal Luçi | 2009-12-21 | 1 | -1/+1 |
| | |||||
* | Touch up some comments and error messages. Teach dydns_configure to update ↵ | Ermal Luçi | 2009-12-11 | 1 | -5/+5 |
| | | | | only one interface. | ||||
* | fix old_ip detection, clean up white space | Chris Buechler | 2009-12-07 | 1 | -11/+9 |
| | |||||
* | fix typos | Chris Buechler | 2009-12-07 | 1 | -1/+1 |
| | |||||
* | Decouple filter.inc from functions.inc. There is no need to process filter ↵ | Scott Ullrich | 2009-11-21 | 1 | -0/+2 |
| | | | | functions most of the time. Include filter.inc where it is needed | ||||
* | Rework includes/require. This saves about 4 megabytes. | Scott Ullrich | 2009-11-21 | 1 | -1/+0 |
| | | | | Simplify get_memory(). Tested on mips/i386 | ||||
* | Reinstate dhclient_update_gateway_groups_defaultroute() it was moved to gwlb.inc | Scott Ullrich | 2009-07-09 | 1 | -1/+2 |
| | |||||
* | It looks like half of my commit is missing, comment this function out for a bit. | Scott Ullrich | 2009-06-24 | 1 | -1/+1 |
| | |||||
* | Update gateway group gateway IP for dhcp interface wan interfaces. | Scott Ullrich | 2009-03-18 | 1 | -0/+3 |
| | |||||
* | Use product_name | Scott Ullrich | 2008-11-10 | 1 | -2/+2 |
| | |||||
* | Sync the time on ip change and alert the logs | Scott Ullrich | 2008-11-09 | 1 | -2/+6 |
| | |||||
* | Try to use where possible filter_configure so upcoming event modifications ↵ | Ermal Luçi | 2008-11-08 | 1 | -1/+1 |
| | | | | can be easily integrated. | ||||
* | * Rename get_current_wan_address to get_interface_ip | Ermal Luçi | 2008-10-23 | 1 | -3/+3 |
| | | | | | | * Rename get_real_wan_interface to get_real_interface * Simplify get_interface_ip by using find_interface_ip which should help in speed to since its using caching. Pointed by billm@ * Cleanup some code when passing or remove some unused one. | ||||
* | * Remove bigpond support from backend. | Ermal Luçi | 2008-10-06 | 1 | -6/+1 |
| | | | | | * Use killbypid instead of sigkillbypid SIGUSR2 is not doing what is expected. * Actually start pppoe/pptp when the routing is called for this. | ||||
* | * Merge multiple PPPoE/PPTP interfaces from RELENG_1_MULTI_ANYTHING | Ermal Luçi | 2008-07-14 | 1 | -17/+9 |
| | | | | | | | * Much improved rule generation speed * Many bug fixing in general of the interface handling NOTE: this is only half part of the changes the other half will come after | ||||
* | Remove configure_slbd() from rc.newwanip. | Seth Mos | 2008-07-08 | 1 | -4/+0 |
| | | | | Does relayd need this hook no rc.newwanip? | ||||
* | remove the setup_gateways_monitor() from system_routing_configure() as this ↵ | Seth Mos | 2008-07-01 | 1 | -3/+4 |
| | | | | | | | | causes a filter reload loop when apinger is reloading. Change apinger to reload instead of killing use setup_gateways_monitor() in rc.bootup and rc.newwanip | ||||
* | Cleanup logging line so that it is more readable. | Scott Ullrich | 2007-06-09 | 1 | -1/+1 |
| | |||||
* | find_interface_ip() requires a real interface | Scott Ullrich | 2007-06-09 | 1 | -1/+1 |
| | |||||
* | Add function to forcefully reload VPN on wan ip change. | Seth Mos | 2007-05-15 | 1 | -2/+2 |
| | |||||
* | Add missing )'s. How this got past our PHP LINT checker is beyond me. | Scott Ullrich | 2007-05-14 | 1 | -2/+2 |
| | |||||
* | Trim carriage return off of the $old_ip so that the <> comparison works. | Scott Ullrich | 2007-04-27 | 1 | -2/+2 |
| | | | | This should fix the packages from always being restarted even if the ip was the same. | ||||
* | When dhclient renews the ip address and the ip has not changed then ↵ | Scott Ullrich | 2007-04-22 | 1 | -2/+4 |
| | | | | old_ip_address will not be set. Ignore this and do not reload all packages when the ip has not changed. | ||||
* | Exit after restarting dhclient. | Scott Ullrich | 2007-02-19 | 1 | -0/+1 |
| | |||||
* | Log more information during rc.newwanip | Scott Ullrich | 2007-02-18 | 1 | -1/+1 |
| | |||||
* | Log more information during rc.newwanip | Scott Ullrich | 2007-02-18 | 1 | -0/+2 |
| | |||||
* | Note the interface that we are working on in the logs to ensure that we are ↵ | Scott Ullrich | 2007-02-18 | 1 | -2/+2 |
| | | | | obtaining the IP address correctly initially | ||||
* | Only restart packages if the IP address changes | Scott Ullrich | 2007-02-09 | 1 | -1/+2 |
| | |||||
* | Work around DHCLIENT issue temporarily until we can deterimine why it is ↵ | Scott Ullrich | 2007-01-25 | 1 | -1/+6 |
| | | | | occuring. | ||||
* | Instead of killing openvpn and restarting, simply HUP it to reload its settings. | Scott Ullrich | 2007-01-08 | 1 | -1/+1 |
| | |||||
* | Merge in new (outbound) load balancing configuration code from HEAD. | Seth Mos | 2006-12-30 | 1 | -0/+6 |
| | | | | | | | | | | * 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. | ||||
* | Remove old workaround code now that ISC dhclient is back | Scott Ullrich | 2006-12-23 | 1 | -7/+0 |
| | |||||
* | Use correct interface when restarting dhclient | Scott Ullrich | 2006-12-17 | 1 | -2/+4 |
| | |||||
* | Revert previous dhclient crontab mojo. When running rc.newwanip if the ip ↵ | Scott Ullrich | 2006-12-16 | 1 | -1/+8 |
| | | | | | | == 0.0.0.0 then fire off dhclient again. As seen on the forums ( http://forum.pfsense.org/index.php/topic,2645.0/topicseen.html ) | ||||
* | Back out changes to try and fix OpenVPN. We really need to fix ↵ | Scott Ullrich | 2006-12-05 | 1 | -7/+0 |
| | | | | check_reload_status | ||||
* | Misc spelling mistakes. Remove old commented out code. | Scott Ullrich | 2006-12-03 | 1 | -4/+1 |
| | |||||
* | Work around the fact that check_reload_status is inheriting socket ↵ | Scott Ullrich | 2006-12-03 | 1 | -0/+12 |
| | | | | | | descriptors from other programs. Kill check_reload_status on wan ip change and restart it. That way openvpn can be killed and restarted, etc. In addition while I am here, we really should restart openvpn after WAN ip changes as well. | ||||
* | Misc OpenNTPD changes. Do not restart on wan ip change | Scott Ullrich | 2006-10-03 | 1 | -1/+1 |
| | |||||
* | Restart msntp on ip change | Scott Ullrich | 2006-10-01 | 1 | -0/+3 |
| |