head	1.2;
access;
symbols
	RELENG_5_5_0_RELEASE:1.1
	RELENG_5_5:1.1.0.14
	RELENG_5_5_BP:1.1
	RELENG_5_4_0_RELEASE:1.1
	RELENG_5_4:1.1.0.12
	RELENG_5_4_BP:1.1
	RELENG_5_3_0_RELEASE:1.1
	RELENG_5_3:1.1.0.10
	RELENG_5_3_BP:1.1
	RELENG_5:1.1.0.8
	RELENG_5_BP:1.1
	RELENG_5_2_1_RELEASE:1.1
	RELENG_5_2_0_RELEASE:1.1
	RELENG_5_2:1.1.0.6
	RELENG_5_2_BP:1.1
	RELENG_5_1_0_RELEASE:1.1
	RELENG_5_1:1.1.0.4
	RELENG_5_1_BP:1.1
	RELENG_5_0_0_RELEASE:1.1
	RELENG_5_0:1.1.0.2
	RELENG_5_0_BP:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.12.19.16.06.14;	author glebius;	state dead;
branches;
next	1.1;

1.1
date	2002.10.29.19.12.44;	author julian;	state Exp;
branches;
next	;


desc
@@


1.2
log
@We already have ng_fec.4 manpage. And sys/modules is not a correct
place for documentation.
@
text
@# $FreeBSD: src/sys/modules/netgraph/fec/sample_startup,v 1.1 2002/10/29 19:12:44 julian Exp $
kldload ./ng_fec.ko
ngctl mkpeer fec dummy fec
ngctl msg fec0: add_iface '"dc0"'
ngctl msg fec0: add_iface '"dc1"'
ngctl msg fec0: add_iface '"dc2"'
ngctl msg fec0: add_iface '"dc3"'
ngctl msg fec0: set_mode_inet
@


1.1
log
@Finally get around to committing Bill Paul's FEC netgraph nodes.
These are really only partly netgraph nodes as they do not use the
netgraph interfaces for many of the functions for which they could
be used, however they represent important functionality.

Submitted by:	wpaul
MFC after: 2 days
@
text
@d1 1
a1 1
# $FreeBSD$
@

