get_failover_interface returns the parent physical NIC for _lloc interfaces, so make sure it's returning null before it gets to that point.
Add support for TB when reporting bytes
Forum: https://forum.pfsense.org/index.php?topic=106470.0I believe that this should work OK on both 32 and 64 bit systems. A 32-bit system will convert big values of $bytes and big numbers like 1099511627776 to float first, then do the comparison. 64-bit systems will do (int) comparisons. Either way, in the end, the value is sprintf() into a float anyway....
Don't include 127.0.0.0/8 in unbound.conf in forward mode. Ticket #5750
Merge pull request #2587 from davidjwood/preserve-sshd-parent
Merge pull request #2588 from davidjwood/rrd-ntp-offset
Handle start/stop of OpenVPN client instances bound to gateway groups using CARP IPs. Ticket #4858
clean up text
Fix get_interface_ip to return correct IP for CARP VIPs. Ticket #4858
Tell rrd that ntpd offset can be negative as well as positive
Fix find_interface_ip for gateway groups with VIPs. Ticket #4858
View revisions
Also available in: Atom