Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Aug 2012 20:20:08 GMT
From:      Garrett Cooper <yanegomi@gmail.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: kern/163803: vlan does not work
Message-ID:  <201208172020.q7HKK8kS096603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/163803; it has been noted by GNATS.

From: Garrett Cooper <yanegomi@gmail.com>
To: bug-followup@FreeBSD.org, kes-kes@yandex.ru
Cc:  
Subject: Re: kern/163803: vlan does not work
Date: Fri, 17 Aug 2012 13:12:26 -0700

 I'm seeing similar behavior on 9.0-RELEASE as well...
 
 wf048# tcpdump -n -i cxgb1.190 arp
 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
 listening on cxgb1.190, link-type EN10MB (Ethernet), capture size 65535 bytes
 20:10:04.622312 ARP, Reply 10.7.190.126 is-at 14:fe:b5:d0:c8:25, length 46
 20:10:04.804766 ARP, Reply 10.7.190.132 is-at 14:fe:b5:d1:80:39, length 46
 20:10:05.791876 ARP, Request who-has 10.52.0.3 tell 10.52.190.15, length 46
 20:10:06.791970 ARP, Request who-has 10.52.0.3 tell 10.52.190.15, length 46
 20:10:07.791939 ARP, Request who-has 10.52.0.3 tell 10.52.190.15, length 46
 20:10:09.797397 ARP, Reply 10.7.190.187 is-at 84:2b:2b:6d:32:d6, length 46
 20:10:10.792135 ARP, Request who-has 10.52.0.3 tell 10.52.190.15, length 46
 20:10:11.768708 ARP, Request who-has 10.7.190.26 tell 10.7.190.210, length 46
 20:10:11.792195 ARP, Request who-has 10.52.0.3 tell 10.52.190.15, length 46
 20:10:12.792233 ARP, Request who-has 10.52.0.3 tell 10.52.190.15, length 46
 20:10:13.984306 ARP, Request who-has 10.7.190.241 tell 10.7.190.1, length 46
 20:10:14.275655 ARP, Reply 192.168.0.120 is-at 14:fe:b5:da:e2:07, length 46
 20:10:15.792415 ARP, Request who-has 10.52.0.3 tell 10.52.190.15, length 46
 ^C
 13 packets captured
 56 packets received by filter
 0 packets dropped by kernel
 wf048# uname -a
 FreeBSD wf048.west.isilon.com 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue
 Jan  3 07:46:30 UTC 2012
 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
 
 ... but not 7.4-RELEASE...
 
 # tcpdump -n -i cxgb0.190 arp
 tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
 listening on cxgb0.190, link-type EN10MB (Ethernet), capture size 96 bytes
 ^C
 0 packets captured
 0 packets received by filter
 0 packets dropped by kernel
 
 Is vlan traffic broken on 9.x+? I need to do more digging in
 9.1-PRERELEASE/10-CURRENT.
 
 Thanks!
 -Garrett



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208172020.q7HKK8kS096603>