I have an #openbsd issue, I have a vlan as:
root@sun ~# cat /etc/hostname.vlan40
inet 192.168.40.1 255.255.255.0 192.168.40.255
parent igc1
vlan 40
description "wifi guest network"
up
But for some reason it is not coming up on boot, do I have to set any flag to wait for igc1 to be up first, or something similar? If I call sh /etc/netrestart after it boots up then the vlan starts working.