The former: inherit from ofp_vendor and implement a serialize method. If you are not in rush, it might be worth it to wait for the upcoming branch of NOX which features a new OpenFlow library. All classes in the upcoming library are POD types, so binary serialization/deserialization will become zero copy.
Cheers, Amin On Wed, Dec 5, 2012 at 10:08 AM, Muhammad Asif <[email protected]> wrote: > Hi All, > > should ofp_vendor class be used as a base class for all vendor > extensions or I should change this class to add my custom vendor > specific fields? > > > -- > -Asif
