Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 09 May 2021 13:25:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 187835] ngctl(8) strange behavior when adding more than 530 vlan through netgraph
Message-ID:  <bug-187835-7501-vHCAbRB7kE@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-187835-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-187835-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=3D187835

--- Comment #20 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D2b3074de33533f2703707c9b1c5e50a98=
621fdd1

commit 2b3074de33533f2703707c9b1c5e50a98621fdd1
Author:     Lutz Donnerhacke <donner@FreeBSD.org>
AuthorDate: 2021-02-07 21:07:34 +0000
Commit:     Lutz Donnerhacke <donner@FreeBSD.org>
CommitDate: 2021-05-09 13:25:05 +0000

    netgraph/ng_base: Allow larger BINARY2ASCII conversions

    Allocate the necessary memory for the conversion dynamically starting
    with a value which is sufficient for almost all normal cases.

    PR:             187835
    Reviewed by:    kp
    Differential Revision: https://reviews.freebsd.org/D23840

    (cherry picked from commit 45d75e3ac3fb5bf8230ca28dc09b48c6e5ed7a4f)

 sys/netgraph/ng_base.c | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.
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-187835-7501-vHCAbRB7kE>