AF:
NF:0
PS:10
SRH:1
SFN:
DSR:
MID:
CFG:
PT:0
S:andy.sharp@onstor.com
RQ:
SSV:onstor-exch02.onstor.net
NSV:
SSH:
R:<ed.kwan@onstor.com>
MAID:1
X-Sylpheed-Privacy-System:
X-Sylpheed-Sign:0
SCF:#mh/Mailbox/sent
RMID:#imap/andys@onstor.net@onstor-exch02.onstor.net/INBOX	0	BB375AF679D4A34E9CA8DFA650E2B04E090EAF1E@onstor-exch02.onstor.net
X-Sylpheed-End-Special-Headers: 1
Date: Wed, 26 Mar 2008 13:53:41 -0700
From: Andrew Sharp <andy.sharp@onstor.com>
To: "Ed Kwan" <ed.kwan@onstor.com>
Subject: Re: Please review code change for TED 22865 SC Port not correctly
 reported as down - Customer - ZDF - case 7494
Message-ID: <20080326135341.3d17986f@ripper.onstor.net>
In-Reply-To: <BB375AF679D4A34E9CA8DFA650E2B04E090EAF1E@onstor-exch02.onstor.net>
References: <BB375AF679D4A34E9CA8DFA650E2B04E090EAF1E@onstor-exch02.onstor.net>
Organization: Onstor
X-Mailer: Sylpheed-Claws 2.6.0 (GTK+ 2.8.20; x86_64-pc-linux-gnu)
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

nfx-tree/code/ssc-ifconfig/ssc-ifc-linux.c

     looks good

nfx-tree/code/ssc-ifconfig/ssc-ifc-openbsd.c

     looks good



On Wed, 26 Mar 2008 11:44:50 -0700 "Ed Kwan" <ed.kwan@onstor.com> wrote:

> [edk@edk-linux nfx-tree]$ p4 describe 28517
> Change 28517 by edk@edk-dev on 2008/03/26 11:40:56 *pending*
> 
>         Changes for TED 22865.  Do not always set the
> IPM_AUXIF_RUNNING flag.  Check the IFF_RUNNING interface flag first.
>         Awaiting review by AndyS.
> 
> Affected files ...
> 
> ... //depot/dev/nfx-tree/code/ssc-ifconfig/ssc-ifc-linux.c#13 edit
> ... //depot/dev/nfx-tree/code/ssc-ifconfig/ssc-ifc-openbsd.c#4 edit
> 
> 
> My test case (Operation State should be DOWN when the cable is
> removed):
> 
> With both SC ports in use:
> 
> eng93 diag> int show int
> Interface  Table
> -------------------------------------------------------------
> Interface     Admin.     Operation  Mac Address         LPORT
> -------------------------------------------------------------
> sc1           UP         UP         00:07:34:02:08:00   sc1
> sc2           UP         UP         00:07:34:02:08:01   sc2
> eng93 diag> int show int -a sc2
> Interface       :  sc2
> Admin. State    :  UP
> Operat State    :  UP
> Mtu Size        :  1518
> Mac Address     :  00:07:34:02:08:01
> 
> Unplugg the cabel to sc2:
> 
> eng93 diag> int show int
> Interface  Table
> -------------------------------------------------------------
> Interface     Admin.     Operation  Mac Address         LPORT
> -------------------------------------------------------------
> sc1           UP         UP         00:07:34:02:08:00   sc1
> sc2           UP         DOWN       00:07:34:02:08:01   sc2
> eng93 diag> int show int -a sc2
> Interface       :  sc2
> Admin. State    :  UP
> Operat State    :  DOWN
> Mtu Size        :  1518
> Mac Address     :  00:07:34:02:08:01
> 
