CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2021/03/29 17:37:01
Modified files: usr.sbin/vmd : config.c dhcp.c priv.c virtio.c virtio.h vm.c vmd.c vmd.h vmm.c Log message: Propagate host-side tap(4) lladdr to guest vm process to allow unicast dhcp and bootp renewals with vmd(8)'s built-in dhcp server. Previous behavior ignored did not intercept these packets and instead transmitted them. This should make vmd(8)'s dhcp behave more as a true dhcp server should and allows it to work properly with the new dhcpleased(8) attempting a renewal. OK mlarkin@