[Bug 187835] ngctl(8) strange behavior when adding more than 530 vlan through netgraph

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Feb 8 13:35:58 UTC 2021


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

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

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

commit 45d75e3ac3fb5bf8230ca28dc09b48c6e5ed7a4f
Author:     Lutz Donnerhacke <donner at FreeBSD.org>
AuthorDate: 2021-02-07 21:07:34 +0000
Commit:     Lutz Donnerhacke <donner at FreeBSD.org>
CommitDate: 2021-02-08 13:31:58 +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

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

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


More information about the freebsd-net mailing list