On 24/02/16(Wed) 18:56, Jean-Daniel Dupas wrote: > Hello, > > On OpenBSD 5.7, I'm using alternative route table to send ping a on specific > route. > > On a fresh install, I simply do > > > route -T 1 add default 192.168.1.1 > > ping -V 1 8.8.8.8 > > It works well on 5.7, but I can't managed to get it working on 5.8. > > On a fresh install of 5.8, doing the same commands result in a "No route to > host" error.
Which command result in this error? ping? Is this regression also present in -current? It is close to 5.9 so fixing this bug now makes a lot of sense. What does "route -T1 get 8.8.8.8" returns you? Are the outputs of "route -n show" for the table 0 and 1 different between 5.7 and 5.8? Could you post them?

