Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2002 02:04:09 +0200 (CEST)
From:      Christian Brueffer <chris@unixpages.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   docs/42760: [PATCH] Correct the order of fxp devices in ng_one2many.4
Message-ID:  <20020914000409.EF1CFAB3F@milan.hitnet.rwth-aachen.de>

next in thread | raw e-mail | index | archive | help

>Number:         42760
>Category:       docs
>Synopsis:       [PATCH] Correct the order of fxp devices in ng_one2many.4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 17:10:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Christian Brueffer
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
Aachen University of Technology (RWTH)
>Environment:
System: FreeBSD milan.hitnet.rwth-aachen.de 4.6-STABLE FreeBSD 4.6-STABLE #2: Fri Jun 28 12:47:08 CEST 2002 chris@milan.hitnet.rwth-aachen.de:/usr/obj/usr/src/sys/LORIEN i386


	
>Description:
	The fxp devices get listet as fxp1 fxp3 fxp2

	This is somehow confusing, so bring them into the right order
>How-To-Repeat:
	
>Fix:

	



--- ng_one2many.4.diff begins here ---
--- ng_one2many.4	Mon Oct  1 18:09:21 2001
+++ ng_one2many.4.modified	Sat Sep 14 01:57:56 2002
@@ -186,11 +186,11 @@
   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 ] }"
--- ng_one2many.4.diff ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-doc" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020914000409.EF1CFAB3F>