Hi Derek,

Are you assuming the components will tag the flow_mod with the same
xid as the packet_in?  I think this is not true for verbatim NOX,
though I am not sure.  Either way, what is important is that you can
make changes to make that true.  So, you can definitely do this.

Regards
KK

On 15 December 2010 22:04, Derek Cormier <derek.corm...@lab.ntt.co.jp> wrote:
> Hello,
>
> When you receive a flow mod event, is there any way to associate it with the
> xid of the original request that caused it? I'm looking for a way to confirm
> that a specific request generated a specific response. For example, if
> multiple components are running and they both send a packet to add the same
> flow (with the no overlapping flows flag on), then one will get an error and
> the other will not. I suppose you could check the xid of the errors to
> determine who's was successful, but that seems a bit hackish.
>
> Thanks!
> Derek
>
> _______________________________________________
> nox-dev mailing list
> nox-dev@noxrepo.org
> http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org
>

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to