Joe Holden wrote: > Hi guys, > > Below is a revised patch (should be unmangled this time) that adds an -f > option to print the first unused vnd_dev, fixed style nits and unbroken > getopt. hat tip to Theo Buehler for pointers:
I don't like that this creates an inherent race condition. That's guaranteed to bite somebody eventually. Instead, it should configure the first available vnd, then print the name.
