On Thu, Feb 20, 2014 at 05:10:55PM -0800, Jarno Rajahalme wrote: > > > On Jan 21, 2014, at 9:34 AM, Ben Pfaff <b...@nicira.com> wrote: > > > > Signed-off-by: Ben Pfaff <b...@nicira.com> > > --- > > FAQ | 17 +++++++++++++++++ > > 1 file changed, 17 insertions(+) > > > > diff --git a/FAQ b/FAQ > > index 75d9e6b..dac8fe1 100644 > > --- a/FAQ > > +++ b/FAQ > > @@ -1454,6 +1454,23 @@ A: These flows drop the ARP packets that IP hosts > > use to establish IP > > > > priority=5,in_port=1,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00,actions=2 > > > > priority=5,in_port=2,dl_dst=01:00:00:00:00:00/01:00:00:00:00:00,actions=1 > > > > + > > +Development > > +----------- > > + > > +Q: How do I implement a new OpenFlow message? > > + > > +A: Add your new message to "enum ofpraw" and "enum ofptype" in > > + lib/ofp-msgs.h, following the existing pattern, then recompile and > > + fix all of the new warnings. > > I would add here something like this: > > ", implementing new functionality for the new message as needed." > > Acked-by: Jarno Rajahalme <jrajaha...@nicira.com>
Thanks, I made that change and I'll push this in a minute. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev