[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: different behavior between two ns version
On Fri, 28 Aug 1998 19:06:23 +0200, Arnaud Legout wrote:
>hi,
>when I run the attached script with the ns2.1b3 daily snapshot from may
>25, 1998
>everything is ok.
>But when I run the same script with the *real* daily snapshot I have
>the following
>message :
>warning: classifier _o31 unknown flow s:0, d:256, fid:0, bucket:0
>_o31: no target for slot -1
>
>have you an idea about that?
The default target of an agent was changed from 0 (the first created
sink) to -1 (nowhere) in the last week.
I would guess that some source (probably attached to the node with
classifier _o31) doesn't have its sink specified. Use gen-map to dump
the agents and which should be apparent.
-John Heidemann