1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

Correct order of alignment in EXAMPLES.

PR:		42760
Submitted by:	Christian Brueffer <chris@unixpages.org>
This commit is contained in:
Tom Rhodes 2003-01-06 22:52:57 +00:00
parent dbe9948152
commit acd417173e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108840

View File

@ -186,11 +186,11 @@ through
ngctl connect fxp3: fxp0:upper lower many3
# Allow fxp1 through fxp3 to xmit/recv fxp0 frames
ngctl msg fxp1: setpromisc 1
ngctl msg fxp3: setpromisc 1
ngctl msg fxp2: setpromisc 1
ngctl msg fxp3: setpromisc 1
ngctl msg fxp1: setautosrc 0
ngctl msg fxp3: setautosrc 0
ngctl msg fxp2: setautosrc 0
ngctl msg fxp3: setautosrc 0
# Configure all four links as up
ngctl msg fxp0:upper \\
setconfig "{ xmitAlg=1 failAlg=1 enabledLinks=[ 1 1 1 1 ] }"