Module Name: src Committed By: riastradh Date: Fri Jul 26 18:34:35 UTC 2024
Modified Files: src/sys/net: if_wg.c Log Message: wg(4): Allow modunload before any interface creation. The workqueue and pktq are both lazily created, for annoying module initialization order reasons, so they may not have been created by the time of modunload. PR kern/58470 To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/net/if_wg.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.