[Bug 240787] netgraph/ng_bridge: Replace NG_BRIDGE_MAX_LINKS with auto-incrementing (Unlimited) links

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 3 02:33:40 UTC 2019


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

--- Comment #8 from commit-hook at 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

-- 
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