summaryrefslogtreecommitdiffstats
path: root/share/man/man4/ng_etf.4
Commit message (Collapse)AuthorAgeFilesLines
* Now that lnc(4) is removed from the source tree, replace lnc0 in an examplemarius2006-05-151-2/+2
| | | | | 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).
* Verify that SYNOPSIS section compiles.ru2005-02-051-0/+1
|
* (fast) ethernet -> (Fast) Ethernetbrueffer2004-12-211-2/+2
| | | | MFC after: 3 days
* Replace all uses of the old netgraph constants NG_*LEN by the newharti2003-11-151-1/+1
| | | | | | 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.
* Slight correction to ng_etf man page and add it to the listjulian2002-04-091-1/+1
| | | | of man pages to install.
* mdoc(7) police: cleanup.ru2001-11-211-32/+36
|
* Fix typos.julian2001-10-301-2/+2
|
* A node that allows ethernet type packets to be filtered to differentjulian2001-10-301-0/+150
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.
OpenPOWER on IntegriCloud