Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Jun 2023 13:31:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 272090] [igb][i350] hwvlanfilter issue
Message-ID:  <bug-272090-7501-yN0Ux8TcTA@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-272090-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-272090-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272090

--- Comment #4 from Konrad <konrad.kreciwilk@korbank.pl> ---
I did separate lagg1 with i350 only

fconfig_igb2=3D"-tso -lro up"
ifconfig_igb3=3D"-tso -lro up"


ifconfig_lagg1=3D"laggproto lacp laggport igb2 laggport igb3 up -wol -tso -=
lro"

ifconfig_vlan88=3D"inet 10.8.8.112 netmask 255.255.255.0 vlan 88 vlandev la=
gg1"
ifconfig_vlan5=3D"inet 10.9.5.200 netmask 255.255.255.0 vlan 5 vlandev lagg=
1"

I see only untagged flow (LLDP) using tcpdump -ni lagg1
when I put ifconfig lagg1 -vlanhwfilter I see proper traffic, including tag=
ged
vlans

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272090-7501-yN0Ux8TcTA>