CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2020/02/16 04:03:25

Modified files:
        usr.sbin/vmctl : vmctl.8 
        usr.sbin/vmd   : vm.conf.5 

Log message:
Backout "DHCP is configured on the first interface only"

I completely missed that part from vmctl.5's "LOCAL INTERFACES" section.
Reading `-L's description itself and the fact that it functions as a
boolean switch contrary to how `-i' expects a number, I made the wrong
assumption that it can only work for the first interface.

"vmctl -Li2" configures two interfaces, one witch DHCP and one without.
"vmctl -L -L" however configures two interfaces with DHCP IPs each.

My second mistake was to imply analogue behaviour for the configuration.
Now that you stated the obvious about `local' being per `interface' line,
it makes absoloutely no sense to above mentioned behaviour for static VM
definitions.

Pointed out by tb

Reply via email to