On Tue, Nov 24, 2020 at 09:23:05AM +0100, Pierre Emeriaud wrote:
> > Trying to use mgre(4), I found what looks like a reliable way to crash
> > the kernel which might be of interest.
> >
> > This machine is a one-month-old-current fairly light router, with inet
> > default within rdomain 1. I will upgrade to a more recent snap
> > shortly.
> 
> I just upgraded to OpenBSD 6.8-current (GENERIC) #181: Mon Nov 23
> 20:55:15 MST 2020 and the same thing happens with vlan(4):
> 

Cannot reproduce with latest snapshop on ESX or VMM. Could this be QEMU related
?

OpenBSD 6.8-current (GENERIC) #182: Tue Nov 24 18:46:05 MST 2020

test# ifconfig vlan12 inet 192.0.2.1/24 parent vio0 vnetid 12
test# route -T1 add 192.0.2.2/32 -link -iface vlan12
add host 192.0.2.2/32: gateway vlan12
test# route -T1 -n show -inet
Routing tables

Internet:
Destination        Gateway            Flags   Refs      Use   Mtu  Prio Iface
192.0.2.2          link#5             UHLS       0        0     -     8 vlan12
test# route -n show -inet
Routing tables

Internet:
Destination        Gateway            Flags   Refs      Use   Mtu  Prio Iface
224/4              127.0.0.1          URS        0        0 32768     8 lo0  
127/8              127.0.0.1          UGRS       0        0 32768     8 lo0  
127.0.0.1          127.0.0.1          UHhl       1        2 32768     1 lo0  
192.0.2/24         192.0.2.1          UCn        0        0     -     4 vlan12
192.0.2.1          fe:e1:bb:d1:64:89  UHLl       0        0     -     1 vlan12
192.0.2.255        192.0.2.1          UHb        0        0     -     1 vlan12
test# ifconfig vlan12 down
test# ifconfig vlan12 destroy
test# route -T1 -n show -inet
Routing tables
test# route -T1 del 192.0.2.2/32
del host 192.0.2.2/32: not in table
test# 

Reply via email to