Nested alias IDN fix. Issue #10968
Style fixes
Add missing parameter to get_dpinger_status() call
Prevent possible race condition, fixes #9450
Instead of calling get_dpinger_status() again in the code handling dpingeralarms, save the original alarm status in rc.gateway_alarm to a file, thenread the status from the file.
Minor text fix. Issue #10546
No need to log the PID, it's added to the logs anyways.
Add gateway substatus. Fixes #10546
Update return_gateways_status to return a substatus as well as the existing status.
status changed to be one of online or down.substatus can be one of none, down, highloss, highlatency, loss, latency, or force_down...
VLAN MTU improvements. Issue #9154
Fix #10680: Rewrite cache system in interfaces.inc
Change it to not invalidate cache when not needed. Makes boot much fasterwhen we have many VLANs
Fix #10589: Skip disabling staticarp on boot
Also implemented is a simplification of code to handle static ARP entries.
Merge pull request #4478 from vktg/ddnsstatic
View revisions
Also available in: Atom