Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jan 2020 17:39:08 +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-WKiVvNVi5T@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 #22 from commit-hook@freebsd.org ---
A commit references this bug:

Author: bz
Date: Tue Jan 28 17:39:03 UTC 2020
New revision: 357206
URL: https://svnweb.freebsd.org/changeset/base/357206

Log:
  MFC r353026,353030,354244 (glebius), r356386:

    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.

    Reestablish old ABI.

  PR:           240787
  Submitted by: Lutz Donnerhacke (lutz donnerhacke.de)

Changes:
_U  stable/12/
  stable/12/share/man/man4/ng_bridge.4
  stable/12/sys/netgraph/ng_bridge.c
  stable/12/sys/netgraph/ng_bridge.h

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-240787-7501-WKiVvNVi5T>