Date: Thu, 18 Nov 2004 23:29:01 -0800 From: Charlie Schluting <charlie@schluting.com> To: net@freebsd.org Subject: vlan module loading... Message-ID: <419DA0BD.5040504@schluting.com>
next in thread | raw e-mail | index | archive | help
mkay, I have to ask a possibly stupid question. There's a recent bug where freebsd hangs with if_vlan.ko loaded when using bpf. I'm being bitten by said bug. BUT I have 'device vlan' in my kernel. Why is the module loading?! rc.conf is the only thing I've modified, WRT vlan config: dmz# grep vlan /etc/rc.conf cloned_interfaces="vlan2" ifconfig_vlan2="inet 192.168.0.10 netmask 255.255.255.192 vlan 2 vlandev fxp0" dhcpd_ifaces="fxp0 vlan2" I call it vlan2 because on my switch I send vlan1 traffic untagged to this box. Not that it matters. Why do I see this?: dmz# kldstat Id Refs Address Size Name 1 2 0xc0400000 4678e4 kernel 2 1 0xc2e60000 4000 if_vlan.ko Running: 5.2.1-RELEASE-p9 TIA :) -Charlie.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?419DA0BD.5040504>