Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 01 Jun 2023 09:40:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 270559] if_bridge: does not forward packets properly for vlan 1
Message-ID:  <bug-270559-7501-P9ryo0ZUwz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270559-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270559-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=3D270559

--- Comment #16 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Dfd7edfcdc3c329cdbd3f5e7a554f7153e=
805ab04

commit fd7edfcdc3c329cdbd3f5e7a554f7153e805ab04
Author:     Ben Wilber <ben@desync.com>
AuthorDate: 2023-06-01 09:29:36 +0000
Commit:     Kristof Provost <kp@FreeBSD.org>
CommitDate: 2023-06-01 09:31:59 +0000

    bridge: fix lookup for untagged packets in bridge_transmit()

    b0e38a1373 improved if_bridge's ability to cope with different VLANs,
    but it failed to update bridge_transmit() to cope with the new rule that
    untagged packets are treated as having VLAN ID 0 (rather than 1, as used
    to be the case).

    Fix that oversight.

    PR:             270559
    Reviewed by:    kp

 sys/net/if_bridge.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

--=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-270559-7501-P9ryo0ZUwz>