https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269133

--- Comment #47 from commit-h...@freebsd.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=ca3fc7aabe3998822c6e1357df922618afb18648

commit ca3fc7aabe3998822c6e1357df922618afb18648
Author:     Kevin Bowling <kbowl...@freebsd.org>
AuthorDate: 2023-08-24 20:16:24 +0000
Commit:     Kevin Bowling <kbowl...@freebsd.org>
CommitDate: 2023-09-11 22:34:20 +0000

    bnxt: Don't restart on VLAN changes

    In rS360398, a new iflib device method was added with default of opt out
    for VLAN events needing an interface reset.

    This is unintentional for bnxt(4) and is causing another bug in its VLAN
    initialization code to affect the common case of adding and removing
    VLANs on an existing interface.

    PR:             269133
    Tested by:      kp
    Sponsored by:   BBOX.io
    Differential Revision:  https://reviews.freebsd.org/D41558

    (cherry picked from commit bce864d1c274faeb6678028aad1e07e91fe430ac)

 sys/dev/bnxt/if_bnxt.c | 13 +++++++++++++
 1 file changed, 13 insertions(+)

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

Reply via email to