History log of /freebsd-9.3-release/share/man/man4/ng_etf.4
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

# 235578 17-May-2012 gjb

MFC r235317:

General mdoc(7) and typo fixes.

PR: 167776


# 225736 22-Sep-2011 kensmith

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

Approved by: re (implicit)


# 158617 15-May-2006 marius

Now that lnc(4) is removed from the source tree, replace lnc0 in an example
with fxp0 (fxp(4) was chosen as it's also used in a couple of examples in
other man pages and as it has good grep(1)'ability).


# 141350 05-Feb-2005 ru

Verify that SYNOPSIS section compiles.


# 139097 20-Dec-2004 brueffer

(fast) ethernet -> (Fast) Ethernet

MFC after: 3 days


# 122758 15-Nov-2003 harti

Replace all uses of the old netgraph constants NG_*LEN by the new
constants NG_*SIZ that include the trailing NUL byte. This change
is mostly mechanical except for the replacement of a couple of snprintf()
and sprintf() calls with strlcpy.


# 94317 09-Apr-2002 julian

Slight correction to ng_etf man page and add it to the list
of man pages to install.


# 86742 21-Nov-2001 ru

mdoc(7) police: cleanup.


# 85723 30-Oct-2001 julian

Fix typos.


# 85722 30-Oct-2001 julian

A node that allows ethernet type packets to be filtered to different
hooks depending on ethertype. Great for prototyping protocols.
connects to the lower and upper hooks of an ethernet type of node.

Obtained from: Monzoon Networks.
Thanks to Andre Oppermann, May 2001.