Fix typo.

Noticed by:     ade
This commit is contained in:
Archie Cobbs 2001-05-16 01:25:29 +00:00
parent f0ba29575d
commit cd5774da2f

View File

@ -193,7 +193,7 @@ through
ngctl msg fxp2: setautosrc 0
# Configure all four links as up
ngctl msg fxp0:upper \\
setconfig "{ xmitAlg=1 failAlg=1 enabledLinks={ 1 1 1 1 } }"
setconfig "{ xmitAlg=1 failAlg=1 enabledLinks=[ 1 1 1 1 ] }"
# Bring up interface
ifconfig fxp0 192.168.1.1 netmask 0xfffffffc
.Ed