index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
vmd
/
priv.c
Age
Commit message (
Expand
)
Author
2017-11-11
update switch handling in vmd(8). vmd now gets switch information (rdomain,
Mike Larkin
2017-10-30
vmd no longer creates bridges by default. users should create bridges in
Mike Larkin
2017-08-31
vmd: fix two wrong comments I stumbled across while updating the vmctl(8)
Mike Larkin
2017-08-11
Use vmd's process rdomain via getrtable() instead of 0 by default.
Reyk Floeter
2017-05-04
Add support for rdomains.
Reyk Floeter
2017-04-21
Add global configuration option "local prefix" to change prefix for -L.
Reyk Floeter
2017-04-19
Add support for dynamic "NAT" interfaces (-L/local interface).
Reyk Floeter
2017-03-02
Add "locked lladdr" option to prevent VMs from spoofing MAC addresses.
Reyk Floeter
2016-10-29
Separate parsing vms and switches from starting them in vmd(8).
Edd Barrett
2016-10-17
Add the option to specify an interface group per virtual switch as well;
Reyk Floeter
2016-10-15
Allow to add an interface to an interface group; with the group keyword.
Reyk Floeter
2016-10-05
Add support for enhanced networking configuration and virtual switches.
Reyk Floeter
2016-10-04
Add a new "priv" process that is responsible for ioctls and restricted
Reyk Floeter