Module Name: src Committed By: christos Date: Mon Oct 29 15:37:07 UTC 2018
Modified Files: src/sys/net/npf: npf_ctl.c npf_state.c Log Message: We need to have rump tests work in two modes: 1. npf unit tests. In this case only the npf subsystem is created and dictionaries are passed directly. 2. kernel system tests (like the ipsec natt test). In this case, npf is instantiated regularly as part of the kernel and dictionaries are passed via ioctl. We differentiate between the two cases by checking the "mbufops" member which is NULL, regularly and non-NULL in the npf unit tests. Previously this was done using an ifdef which obviously can't work for both cases. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/sys/net/npf/npf_ctl.c cvs rdiff -u -r1.20 -r1.21 src/sys/net/npf/npf_state.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.