[ovs-dev] sending new messages

2013-08-29 Thread Alessandra Agosta
Good morning, sorry to bother you, I wanted to develop a type of communication that would allow switches and controllers to exchange information about the status of network devices. I created messages by editing the file openvswitch/include/openflow/openflow-1.1.h and I also changed the file openvs

[ovs-dev] creation new message

2013-07-30 Thread Alessandra Agosta
I have created a new kind of message in ofp-msgs.h file. After that, if I would like to sent this message from openvswitch to controller, how can I do it? I sensed that I should modify this files below: / lib / poll-loop / lib / rconn / lib / vconn I should to implemented a new method in vconn.h/v

[ovs-dev] Create and send new type message

2013-06-26 Thread Alessandra Agosta
I wolud like to create a new type message 'cause my aim is to have a bigger message. After the creation I would like to know wich files are involved in sending messages to enable the switch to send the message created by me. I use version 1.9 Thank you very much for you time and for you help. --