CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/11/25 05:52:10
Modified files:
sys/net : if_pflow.c if_pfsync.c pf.c pf_ioctl.c
pf_norm.c
Log message:
use time_uptime to set state creation values as time_second can be
skewed at runtime by things like date(1) and ntpd. time_uptime is
monotonic and therefore more useful to compare against.
ok deraadt@ mikeb@
