==== rttest32 ==== # Use vether(4) and vlan(4) because we need IFT_ETHER interfaces # for the auto-magic RTF_CLONING routes. doas -n ifconfig vether99 rdomain 32 lladdr fe:e1:ba:d4:c8:1d up doas -n ifconfig vether99 130.102.71.68/27 doas -n ifconfig vlan99 rdomain 32 parent vether99 vnetid 3 up doas -n ifconfig vlan99 130.102.71.70/27 # Inserting such route generate the insertion of a RTF_CLONED entry # attached to the specified interface doas -n /sbin/route -T 32 -n add -net 192.168.67.0/25 130.102.71.67 -priority 9 -ifp vether99 add net 192.168.67.0/25: gateway 130.102.71.67 doas -n /sbin/route -T 32 -n add -net 192.168.67.128/25 130.102.71.67 -priority 3 -ifp vlan99 add net 192.168.67.128/25: gateway 130.102.71.67: File exists *** Error 1 in . (Makefile:377 'rttest32') FAILED