[nox-dev] How to send request and fetch reply

2011-08-09 Thread ali ahmad

Hy!   I want to know, what's the procedure to send a request to controller like 
OFPT_FEATURES_REQUEST  and how to receive the  OFPT_FEATURES_REPLY message.In 
short what i have to code for the controller to do all this.
___
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev


Re: [nox-dev] How to send request and fetch reply

2011-08-09 Thread kk yap
Just listening for datapath_join_event.  NOX send
OFPT_FEATURES_REQUEST when a switch connects and the
OFPT_FEATURES_REPLY is contained in the datapath_join_event.

Regards
KK

On 9 August 2011 09:38, ali ahmad aliahmad...@hotmail.com wrote:
 Hy!
    I want to know, what's the procedure to send a request to controller
 like OFPT_FEATURES_REQUEST  and how to receive the  OFPT_FEATURES_REPLY
 message.
 In short what i have to code for the controller to do all this.
 ___
 nox-dev mailing list
 nox-dev@noxrepo.org
 http://noxrepo.org/mailman/listinfo/nox-dev


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


[nox-dev] Compare actions?

2011-08-09 Thread Masoud Moshref Javadi
Is there any way to compare two actions to see if they are the same type 
and have the same parameters?

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