тут из недавнего было, в rc.conf есть запись типа ifconfig_vlanxxx="inet xxxx bla-blab-bla vlandev ixv0 mtu 9000" и в результате IPv4 адреса не настраивались в виртуалках
более того: # # Try to start dhclient on Ethernet-like interfaces when the link comes # up. Only devices that are configured to support DHCP will actually # run it. No link down rule exists because dhclient automatically exits # when the link goes down. # notify 0 { match "system" "IFNET"; match "type" "LINK_UP"; media-type "ethernet"; action "/etc/rc.d/dhclient quietstart $subsystem"; };