Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Apr 2023 10:27:23 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 270705] lagg(4): sysctl net.link.lagg.default_use_flowid does not work
Message-ID:  <bug-270705-7501-5Z1VOGLTWR@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-270705-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-270705-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=3D270705

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D401f03445e4aa42960e337604560593c7=
096e589

commit 401f03445e4aa42960e337604560593c7096e589
Author:     Zhenlei Huang <zlei@FreeBSD.org>
AuthorDate: 2023-04-17 10:24:35 +0000
Commit:     Zhenlei Huang <zlei@FreeBSD.org>
CommitDate: 2023-04-17 10:24:35 +0000

    lagg(4): Correctly define some sysctl variables

    939a050ad96c virtualized lagg(4), but the corresponding sysctl of some
    virtualized global variables are not marked with CTLFLAG_VNET. A try to
    operate on those variables via sysctl will effectively go to the 'maste=
r'
    copies and the virtualized ones are not read or set accordingly. As a
    side effect, on updating the 'master' copy, the virtualized global
    variables of newly created vnets will have correct values.

    PR:             270705
    Reviewed by:    kp
    Fixes:          939a050ad96c Virtualize lagg(4) cloner
    MFC after:      3 days
    Differential Revision:  https://reviews.freebsd.org/D39467

 sys/net/if_lagg.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

--=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-270705-7501-5Z1VOGLTWR>