[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: unknown-flow error; ManualRtNode
Huiwen,
Please send me your script. I'll look into that.
Nader
>>> "Huiwen" == Huiwen Li <[email protected]> writes:
Huiwen> Hi, I searched the archives and I did find some similar
Huiwen> errors, but they are all related to CBQ. In my case, I am not
Huiwen> using CBQ.
Huiwen> I am simulating with a ManualRtNode. I get the following
Huiwen> error:
Huiwen> ns: _o17 unknown-flow 4864 5376 5 1: (_o17 cmd line 1) invoked
Huiwen> from within "_o17 cmd unknown-flow 4864 5376 5 1" invoked from
Huiwen> within "catch "$self cmd $args" ret" (procedure "_o17" line 2)
Huiwen> (SplitObject unknown line 2) invoked from within "_o17
Huiwen> unknown-flow 4864 5376 5 1"
Huiwen> The reason I am using ManualRtNode is: In my simulation, the
Huiwen> node has n output links and it will send packets according to
Huiwen> their fid_, i.e., the packet with fid_ i will be sent to link
Huiwen> i. I don't know if ManualRtNode will work for this case. I am
Huiwen> just trying to use it. In my script file, I am just using:
Huiwen> set node [new ManualRtNode]
Huiwen> And all the other scripts are the same as before. I am not
Huiwen> sure if I need to configure some other objects?
Huiwen> Also I am wondering where the procedure add-route is called. I
Huiwen> ask this because I don't know when the actual parameters for
Huiwen> "target" are passed in and what is the actual target.
Huiwen> I really appreciate your help if you can give me any
Huiwen> suggestion.
Huiwen> Huiwen