History log of /freebsd-9.3-release/sys/netgraph/ng_bridge.h
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 207680 05-May-2010 zec

Add an optional "persistent" flag to ng_hub and ng_bridge, which if set,
disables automatic node shutdown when the last hook gets disconnected.

Reviewed by: julian


# 151800 28-Oct-2005 ru

Use variable-sized arrays where appropriate.


# 139823 06-Jan-2005 imp

/* -> /*- for license, minor formatting changes


# 97685 31-May-2002 archie

Fix GCC warnings caused by initializing a zero length array. In the process,
simply things a bit by getting rid of 'struct ng_parse_struct_info' which
was useless because it only contained one field.

MFC after: 2 weeks


# 65310 31-Aug-2000 archie

New netgraph node type for Ethernet bridging.
No ipfw support yet.