> On Aug 27, 2016, at 5:20 AM, Francesco Murador <frank.m...@gmail.com> wrote: > > > Hey i’m doing an experiment i need to create a new openflow message and > there’s no any extension message. The request is that the switch had to send > to the controller a messagge that says to it that it’s too busy so the > controller have to ignore it and say to the other switches that the path they > used to send packets had been “banned”. So my question is…i’m new to modify > ovs code so i need some help..however which part of the code i have to modify > to do this?? And what must i do to modify correctly and do this new message? > I saw a discussion in ovs-mailing list that i have to modify correctly this > two files(ofp-msgs.h in this enum ofptype and ofpraw and the other file > extract-ofp-msg) but i don’t know how to do it.. > I hope you can help me in the right way
I'd recommend looking for an existing extension and run "git blame" to see the commit that introduced it. Then run "git show" on the commit number and see how it was done. --Justin _______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss