| Commit message (Expand) | Author | Age | Files | Lines |
* | Force resync of vpns and dns even if the IP doesn't change in rc.newwanip, si... | jim-p | 2012-09-14 | 1 | -7/+14 |
* | Sync missing code from interface.inc to newwanip script | Ermal | 2012-06-07 | 1 | -4/+12 |
* | Teach mwexec and mwexec_bg how to optionally clear signal masks, and use that... | jim-p | 2012-05-16 | 1 | -1/+1 |
* | On its own, ntpd does not sync fast enough at bootup, so bring back the ntpda... | jim-p | 2012-05-16 | 1 | -1/+2 |
* | Re-order the system routing configure after the tunneled interfaces are confi... | smos | 2012-04-16 | 1 | -11/+11 |
* | Correct the fieldname we need to look into so we actually configure the tunne... | smos | 2012-04-05 | 1 | -1/+1 |
* | Make sure that we reconfigure the tunneled interfaces when we get a new ipv4 ... | smos | 2012-04-04 | 1 | -7/+4 |
* | Add logic that (re)configures the dependent interface that has interface trac... | smos | 2012-04-01 | 1 | -0/+13 |
* | Use better is_array test to check if there are any gifs in the config. | Phil Davis | 2012-03-15 | 1 | -1/+1 |
* | Update etc/rc.newwanip | Phil Davis | 2012-03-14 | 1 | -11/+13 |
* | Fixes #1666. Check if the interface needs to be added to a bridge during rc.n... | Ermal | 2011-08-29 | 1 | -0/+5 |
* | Revert "Already doing this no need to duplicate" <- no, we aren't 100% duplic... | jim-p | 2011-07-24 | 1 | -0/+17 |
* | Already doing this no need to duplicate | Ermal | 2011-07-14 | 1 | -17/+0 |
* | Merge remote branch 'upstream/master' | jim-p | 2011-07-06 | 1 | -0/+1 |
|\ |
|
| * | Add issing include to avoid PHP fatal error when calling enable_rrd_graphing() | Scott Ullrich | 2011-07-05 | 1 | -0/+1 |
* | | Merge remote branch 'upstream/master' | jim-p | 2011-07-01 | 1 | -4/+13 |
|\ \
| |/ |
|
| * | Put resolvconf generation first since gif tunnels can use hostanmes | Ermal | 2011-06-28 | 1 | -6/+6 |
| * | Add recovery code for gif/gre the same as in interface_configure. This helps ... | Ermal | 2011-06-28 | 1 | -0/+9 |
* | | Move apinger monitor reconfigure down after gif, since gif can add gateways. | jim-p | 2011-06-28 | 1 | -3/+3 |
* | | Reconfigure gif so it picks up the new wan ip. | jim-p | 2011-06-28 | 1 | -0/+4 |
* | | Merge remote branch 'upstream/master' | jim-p | 2011-06-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Send correct event for reloading packages. | Ermal | 2011-06-08 | 1 | -1/+1 |
* | | Merge remote branch 'upstream/master' | jim-p | 2011-06-01 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Trigger reloading of packages through check_reload_status so it can serialize... | Ermal | 2011-05-27 | 1 | -1/+1 |
* | | Further fine tune the gif tunnel default route commands. | Seth Mos | 2011-05-21 | 1 | -5/+7 |
* | | Run system_routing_configure() for all the gif interfaces when the parent int... | Seth Mos | 2011-05-21 | 1 | -0/+11 |
|/ |
|
* | Drop the ntpdate sync in favor of using ntpd -s, which should have the same n... | jim-p | 2011-04-12 | 1 | -1/+1 |
* | On interface ip change reload even igmpproxy. Reported-by: http://forum.pfsen... | Ermal | 2011-04-04 | 1 | -0/+3 |
* | If the interface triggering rc.newwanip is not assigned just reload packages ... | Ermal | 2011-03-04 | 1 | -5/+16 |
* | Do not write the old ip to the cache file unless it changes. Might help in Ti... | Ermal | 2011-01-21 | 1 | -1/+2 |
* | Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the correct... | Ermal | 2011-01-03 | 1 | -1/+2 |
* | If the IP stays the same, still resync VPNs if it's a PPP type interface. | jim-p | 2010-12-16 | 1 | -1/+10 |
* | Move these back, it may not play nice with DHCP renews | jim-p | 2010-12-16 | 1 | -6/+6 |
* | Move IPsec up too, it should always resync. | jim-p | 2010-12-16 | 1 | -3/+3 |
* | OpenVPN needs resync even if the IP did not change, because the IP may have d... | jim-p | 2010-12-16 | 1 | -3/+3 |
* | Call a filter reload even though the ip might not have changed. This makes th... | Ermal | 2010-12-10 | 1 | -5/+4 |
* | Do not call rc.newwanip on bootup. Remove bogus return 0; | Scott Ullrich | 2010-12-10 | 1 | -2/+5 |
* | Correct code to reconfigure an interface for groups/gre/gif tunnels to take i... | Ermal | 2010-12-06 | 1 | -0/+4 |
* | Ticket #943. Call the update procedure directly to not do an unecessary loop. | Ermal | 2010-10-25 | 1 | -1/+1 |
* | Ticket #921. Actually reconfigure apinger in case of newip event because it m... | Ermal | 2010-09-30 | 1 | -3/+3 |
* | Correct typo. Spotted by: wagnoza(IRC) | Ermal | 2010-09-17 | 1 | -1/+1 |
* | on newip event reload the static routes for that interface because on dynamic... | Ermal | 2010-09-17 | 1 | -1/+4 |
* | Ticket #867. Flush the cache when restarting apinger and also when rc.newwani... | Ermal | 2010-09-14 | 1 | -4/+4 |
* | Ticket #876. Reload gateways/apinger before filter_reload so the new ip/gatew... | Ermal | 2010-09-07 | 1 | -4/+3 |
* | Use the new events mechanisms to dispatch events. | Ermal | 2010-09-07 | 1 | -1/+1 |
* | No functional change just code reshuffle. | Ermal | 2010-08-17 | 1 | -8/+6 |
* | 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 interfac... | Ermal | 2010-04-27 | 1 | -2/+9 |
* | 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 |