[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: slight bug in ErrorModel/List



>
> From:  Arnaud Legout <[email protected]>
> To:    [email protected]
> Subject: slight bug in ErrorModel/List
> Date:  Tue, 26 May 1998 11:53:59 +0200
>
> hi,
> I think there is a (very slight) mistake in ErrorModel/List.
> for example when one writes
> $errmodel droplist "3 4 5" one drops packet 3 4 and 5
> 
> but when one writes
> $errmodel droplist "3 4 5 " (with a space between 5 and ") one drops
> packets 0 3 4 and 5 
> 
> 
> Arnaud.
> -- 
> ----------------------------------------------------------------------
> Arnaud Legout
> 
> Institut Eurecom               	Phone : 00.33.4.93.00.26.61
> 2229, route des Cretes         	Fax   : 00.33.4.93.00.26.27
> BP 193                         	E-mail: [email protected]
> 06904 Sophia Antipolis cedex    Web   : http://www.eurecom.fr/~legout    
> FRANCE                    
> ----------------------------------------------------------------------

yes, at present the 'droplist' function is sort of fragile.
Although the list need not be ordered, the extra spaces
will confuse it.  (I'll fix this by the next release).

- K