Re: vlan and bpf
Roy Marples <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.network |
|---|---|
| Message-ID | <[email protected]> |
---- On Fri, 15 Dec 2023 17:11:17 +0000 Greg Troxel wrote --- > I am using vlans (on wm0 and vlan0), and when I run tcpdump on the > parent, I see the packets that are on the vlan. > > This is causing trouble because dhcpd is seeing them. This is a general grump I have with dhcpd and kea (which is meant as the replacement for dhcpd). They are not fit for purpose with any BSD as far as I can tell as they just don't work as expected anything in a bridge. If I had more time I would sit down and write a decent DHCP server, but time is something I don't have for this right now :/ Roy