CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2017/06/01 08:38:28

Modified files:
        sbin/pfctl     : pfctl_parser.c 
        sys/net        : pf_ioctl.c 
        usr.bin/systat : pf.c 
        usr.sbin/snmpd : mib.c 

Log message:
Return time_uptime as value for when pf was enabled instead of
time_second.  Since time_second changes depending on the wall-
clock time, time_second is not a reliable source for the status.
We can even end up with a negative time delta.  Thus, use the
monotonically growing time_uptime and export it to userland.

ok bluhm@ mikeb@

Reply via email to