allow the automatically created loopback interfaces in rdomains to be
authorhenning <henning@openbsd.org>
Sun, 9 Sep 2018 10:11:41 +0000 (10:11 +0000)
committerhenning <henning@openbsd.org>
Sun, 9 Sep 2018 10:11:41 +0000 (10:11 +0000)
commitf7ebbf1968980cdd64cdfb5eae828056fdbc0634
tree578a8a89fe27a410c3026b08e890fd897474728d
parent603bd6294516dd1cc49f00cd6823a289a742794a
allow the automatically created loopback interfaces in rdomains to be
deleted if the rdomain doesn't contain any other interface. turn the rdomain
back into an ordinary, empty rtable in that case.
with this and the previous commits one can get rid of rdomains again without
rebooting, which wasn't possible any more for some time
ok bluhm, input mpi
sys/net/if_loop.c