Enable UnicastOnly in radvd for ovpn* interfaces. Ticket #4455
Tweak the carp demotion factors slightly to avoid CARP transitions that are most likely unnecessary.
Merge pull request #1533 from phil-davis/Code-Style-etc-inc-u
Merge pull request #1532 from phil-davis/Code-Style-etc-inc-r-s
Merge pull request #1531 from phil-davis/patch-2
Remove "Prefer old SA" option, and ignore it in all existing configurations. Breaks things in many cases with strongSwan. For the very rare circumstances where this is actually desirable, it's just a sysctl that can be set in tunables.
Code style etc inc u
Code style etc in r s
Be safe use require_once in zeromq
I was testing code and just doing stuff like:require_once("zeromq.inc");in Diagnostics->Command Prompt, PHP ExecuteThat brings an error because underneath that PHP Execute code it has already included auth.incI guess zeromq.inc is used quite separately to the rest of the system, and must be OK just having a "require" here. But it seems safer to always use require_once, just in case it gets called in a new way/sequence....
Merge pull request #1529 from phil-davis/Code-Style-pkg-utils
View revisions
Also available in: Atom