Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Jul 2005 15:03:17 GMT
From:      "Yuriy N. Shkandybin" <jura@networks.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   kern/83011: nge vlans broken
Message-ID:  <200507051503.j65F3HSe051519@www.freebsd.org>
Resent-Message-ID: <200507051510.j65FALwI081814@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         83011
>Category:       kern
>Synopsis:       nge vlans broken
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Jul 05 15:10:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Yuriy N. Shkandybin
>Release:        CURRENT
>Organization:
NetAMS
>Environment:
FreeBSD ftp 6.0-CURRENT FreeBSD 6.0-CURRENT #0: Tue Jul  5 14:47:32 MSD 2005     root@:/usr/obj/usr/src/sys/FTP  i386    
>Description:
There is
nge0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1504
        options=13<RXCSUM,TXCSUM,VLAN_HWTAGGING>
        inet 10.0.0.2 netmask 0xffffff80 broadcast 10.0.0.127
        ether 00:40:f4:47:be:10
        media: Ethernet autoselect (1000baseSX <full-duplex>)
        status: active
vlan100: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        inet 10.0.1.1 netmask 0xffffff00 broadcast 10.0.1.255
        ether 00:40:f4:47:be:10
        media: Ethernet autoselect (1000baseSX <full-duplex>)
        status: active
        vlan: 100 parent interface: nge0

This config is working with FreeBSD-5 with applied patches HEAD  1.70-1.72 &#1090;&#1086; if_nge.c (otherwise core dumps)
And vlans completely broken in HEAD.

But native nge0 interface is working.



>How-To-Repeat:
kldload if_nge
ifconfig nge0 mtu 1504 up
Provide dot1q trunk (there is vlan 100 with ip 10.0.1.1/24 for example)
ifconfig vlan100 create
ifconfig vlan 100 vlan 100 vlandev nge0 inet 10.0.1.2 netmask 255.255.255.0

ping 10.0.1.1

>Fix:
      
>Release-Note:
>Audit-Trail:
>Unformatted:



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