Module Name: src Committed By: pgoyette Date: Mon Mar 25 09:32:25 UTC 2019
Modified Files: src/sys/net: if_tap.c Log Message: Resequence the activities in tapdetach() so that no new units can be created, either by opening /dev/tap or ifconfig tapx create, before checking to see if we have any active units. To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 src/sys/net/if_tap.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.