From chris@milan.hitnet.rwth-aachen.de  Fri Sep 13 17:04:17 2002
Return-Path: <chris@milan.hitnet.rwth-aachen.de>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 1BA3E37B400
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Sep 2002 17:04:17 -0700 (PDT)
Received: from milan.hitnet.rwth-aachen.de (milan.hitnet.RWTH-Aachen.DE [137.226.181.144])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DC28343EC5
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Sep 2002 17:04:11 -0700 (PDT)
	(envelope-from chris@milan.hitnet.rwth-aachen.de)
Received: by milan.hitnet.rwth-aachen.de (Postfix, from userid 1001)
	id EF1CFAB3F; Sat, 14 Sep 2002 02:04:09 +0200 (CEST)
Message-Id: <20020914000409.EF1CFAB3F@milan.hitnet.rwth-aachen.de>
Date: Sat, 14 Sep 2002 02:04:09 +0200 (CEST)
From: Christian Brueffer <chris@unixpages.org>
Reply-To: Christian Brueffer <chris@unixpages.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] Correct the order of fxp devices in ng_one2many.4
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 13 17:10:01 PDT 2002
>Closed-Date:    Mon Jan 06 15:35:53 PST 2003
>Last-Modified:  Mon Jan 06 15:35:53 PST 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: trhodes 
State-Changed-When: Mon Jan 6 15:35:32 PST 2003 
State-Changed-Why:  
Committed!  Thanks for the submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=42760 
>Unformatted:
