Use IEC KiB MiB GiB TiB units
See forum https://forum.pfsense.org/index.php?topic=106547.0 for discussion if this is wanted.
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 #2588 from davidjwood/rrd-ntp-offset
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
Merge pull request #2585 from k-paulius/patch-pkg-syslog-v2
Set gif interface MTU in interface_gif_configure if it's not already correct. Ticket #5842
Adding ability to run dhcp6c in debug mode.
View revisions
Also available in: Atom