CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/09/04 09:46:39
Modified files:
sys/net : if.c if_tun.c if_var.h switchctl.c
Log message:
When auto-creating an interface when opening a /dev/{tun,tap,switch}
device, inherit the rdomain from the calling process. This adds an
rdomain argument to if_clone_create().
OK mpi@ henning@
