Re: [diff] deleting lo(4) with rdomain

2018-06-25 Thread Martin Pieuchot
On 23/06/18(Sat) 22:52, Denis Fondras wrote: > Here is a diff to allow deletion of lo(4) created by rdomain. This is very sensible area. I'd suggest writing some regression tests. > Of course, lo(4) cannot be deleted while the rdomain is used on another > interface. rtable is still available

Re: [diff] deleting lo(4) with rdomain

2018-06-24 Thread Alexander Bluhm
On Sat, Jun 23, 2018 at 10:52:13PM +0200, Denis Fondras wrote: > Here is a diff to allow deletion of lo(4) created by rdomain. I think this is a good idea. Interface and route configuration in the kernel should be revertabel without reboot. > rtable is still available after all the interfaces

[diff] deleting lo(4) with rdomain

2018-06-23 Thread Denis Fondras
Here is a diff to allow deletion of lo(4) created by rdomain. Of course, lo(4) cannot be deleted while the rdomain is used on another interface. rtable is still available after all the interfaces are out of the rdomain though. [denis@visigoth:~] doas ifconfig em0 rdomain 3 [denis@visigoth:~]