Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 03 Oct 2019 02:33:39 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 240787] netgraph/ng_bridge: Replace NG_BRIDGE_MAX_LINKS with auto-incrementing (Unlimited) links
Message-ID:  <bug-240787-7501-j8LSsRae1Y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-240787-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-240787-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=3D240787

--- Comment #8 from commit-hook@freebsd.org ---
A commit references this bug:

Author: glebius
Date: Thu Oct  3 02:32:56 UTC 2019
New revision: 353026
URL: https://svnweb.freebsd.org/changeset/base/353026

Log:
  - Remove the compile time limit for number of links a ng_bridge node
    can handle.  Instead using an array on node private data, use per-hook
    private data.
  - Use NG_NODE_FOREACH_HOOK() to traverse through hooks instead of array.

  PR:           240787
  Submitted by: Lutz Donnerhacke <lutz donnerhacke.de>
  Differential Revision:          https://reviews.freebsd.org/D21803

Changes:
  head/share/man/man4/ng_bridge.4
  head/sys/netgraph/ng_bridge.c
  head/sys/netgraph/ng_bridge.h

--=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-240787-7501-j8LSsRae1Y>