Hi,

I'm trying to model an inline network device which must handle all packets
passing its node, and may or may not forward on the packet or change the
content of the packet.

So, I'm guessing I need to change the classifier of the node at which my
agent resides, and get it to forward all packets to the agent rather than
just those addressed to the node.  However, I'm I right in thinking that
when an agent sends a packet, it invokes the classifier at the host node, in
which case I'd end up in an infinite loop?

I can't use the source address as a qualifier in my classifier either, as
the destination node needs to know the original senders address.

Any ideas how best to approach this problem?
Can anyone point me at some appropriate examples?

Any advice very much appreciated.

Thanks

Tim
-- 
View this message in context: 
http://www.nabble.com/Inline-network-device-tf3128796.html#a8669266
Sent from the ns-users mailing list archive at Nabble.com.

Reply via email to