Hi,

On my locally deployed OVS-ODL setup, I would like to make a change so that OVS 
is able to understand and respond to a new type of OF message sent from the 
controller. Can someone provide guidance on how I should proceed with that?

Let's say using this OF message I would like to add/modify a match or action 
type for an IP packet.

Do I just add the message type case to rconn.c, vconn.c and ofproto.c  and call 
a function that performs the functionality ? Or do I have to do something more 
for both OVS and ODL to recognize the message ?

Thanks,
Monica

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to