[dropping discuss-request and discuss-owner, which are not appropriate
places to send questions about OVS]

On Tue, Jul 23, 2013 at 09:54:49AM +0200, Alessandra Agosta wrote:
> I tried to add a new ofpraw and a new type of message in ofp-msgs.inc . For
> the first I obtained this error:
> 
> 
> I add:
> "    /* OFPT (22) nuovo tipo  */
>     OFPRAW_ECHO_NEWTYPE,"
> 
>         ./lib/ofp-msgs.h lib/ofp-msgs.inc > lib/ofp-msgs.inc.tmp && mv
> lib/ofp-msgs.inc.tmp lib/ofp-msgs.inc
> ./lib/ofp-msgs.h:190: unexpected syntax between ofpraw types
> make[2]: *** [lib/ofp-msgs.inc] Error 1
> 
> 
> I add:
> "    /* OFPT (22) nuovo tipo di messaggio Alessandra */
>     OFPRAW_ECHO_NEWTYPE,"

There's really good documentation at the top of enum ofpraw.  There are
also tons of examples.  You aren't paying attention to either.  If you
would, then you'd be able to add a new message successfully.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to