Add an option to force IPsec to reload on failover, which is needed in some cases for IPsec to fail from one interface to another. Ticket #2896
Correct a bit formating here
Remove the filter configure call as this could otherwise lead to a recursive filter configure.
Only log this if IPSec is enabled
Ticket #1356 use locking here rather than ps to serialize execution.
Attempt to mitigate fork bombs of rc.newipsecdns. Alternatively we should probably bail out with a exit(0);instead.
need config.inc here, otherwise it fails to reload, config arrays are blank in vpn_ipsec*. Actual issue and fix for bug #1254
fix text
Remove last references to dnswatch.
The use of log_error() requires util.inc
Correct my email address, adjust copyright to 2010
Decouple filter.inc from functions.inc. There is no need to process filter functions most of the time. Include filter.inc where it is needed
Rework includes/require. This saves about 4 megabytes.Simplify get_memory(). Tested on mips/i386
Remove some unneccessary calls to filter_configure() they just give recursivity!
Make rc.newipsecdns reload dynamic DNS tunnels
Adding dnswatch support.
Obtained-from: m0n0wall