Module Name: src Committed By: pgoyette Date: Sun Oct 15 04:30:05 UTC 2017
Modified Files: src/sys/dist/pf/net: pf_ioctl.c Log Message: Defer initialization of pf_status.host_id The call to cprng_fast32() requires that per-cpu data has been initialized by corng_fast_init(), which doesn't get called until after the first part of auto-configuration is done, long after pfattach() calls cprng_fast32(). Fixed PR kern/52620 XXX This needs pull-up to the -8 branch. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/dist/pf/net/pf_ioctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.