Date: Mon, 7 Dec 2009 15:23:11 +0300 From: Oleg Bulyzhin <oleg@rinet.ru> To: freebsd-net@freebsd.org Cc: jfvogel@gmail.com Subject: [em] vlan problem on 8.0-RELEASE Message-ID: <20091207122311.GA29169@lath.rinet.ru>
next in thread | raw e-mail | index | archive | help
Creation/destroying vlans with parent em interface leads to link flap:
root# date;ifconfig vlan4000 create vlan 4000 vlandev em1 10.0.0.1/30;sleep 5;tail -7 /var/log/kern.log
Mon Dec 7 15:18:38 MSK 2009
Dec 7 15:18:38 <kern.crit> g kernel: vlan4000: bpf attached
Dec 7 15:18:38 <kern.crit> g kernel: em1: Link is Down
Dec 7 15:18:38 <kern.notice> g kernel: em1: link state changed to DOWN
Dec 7 15:18:38 <kern.notice> g kernel: vlan4000: link state changed to DOWN
Dec 7 15:18:42 <kern.crit> g kernel: em1: Link is up 1000 Mbps Full Duplex
Dec 7 15:18:42 <kern.notice> g kernel: em1: link state changed to UP
Dec 7 15:18:42 <kern.notice> g kernel: vlan4000: link state changed to UP
It's supermicro 5015B-MTB server.
em0@pci0:13:0:0: class=0x020000 card=0x108c15d9 chip=0x108c8086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = 'Intel Corporation 82573E Gigabit Ethernet Controller (Copper) (82573E)'
class = network
subclass = ethernet
em1@pci0:15:0:0: class=0x020000 card=0x109a15d9 chip=0x109a8086 rev=0x00 hdr=0x00
vendor = 'Intel Corporation'
device = 'Intel PRO/1000 PL Network Adaptor (82573L)'
class = network
subclass = ethernet
P.S. 7.2R em driver works as expected.
--
Oleg.
================================================================
=== Oleg Bulyzhin -- OBUL-RIPN -- OBUL-RIPE -- oleg@rinet.ru ===
================================================================
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091207122311.GA29169>
