CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/08 21:35:19
Modified files:
sys/net : if.c
Log message:
Currently, attempting to move an immovable lo(4) to a new rdomain will fail
with an EPERM, but the target rdomain will still be created.
Move the check for an lo(4)'s if_index/if_rdomain to before the creation of a
nonexisting target routing table.
ok benno@ claudio@ mpi@
