CVSROOT: /cvs Module name: src Changes by: clau...@cvs.openbsd.org 2009/10/26 12:22:58
Modified files: sys/net : bpf.c Log message: Set the rdomain in bpfwrite() to the interface rdomain so that bpf sender like dhcpd/dhclinet can send packets out of interfaces in other rdomains without hitting the check in ether_output(). With and ok phessler@