On Wed, Mar 04, 2015 at 10:55:54PM +0100, Raul Suarez Marin wrote:
> I need new match options for my openvswitch. I have already sorted out the
> flow_mod message handling and everything. Now, I need to find where the
> match is performed, but I cannot find it.
> 
> Anyone has a clue on where packets are processed/matched. ANY clue is
> useful.

The FAQ says:

### Q: How do I add support for a new field or header?

A: Add new members for your field to "struct flow" in lib/flow.h, and
   add new enumerations for your new field to "enum mf_field_id" in
   lib/meta-flow.h, following the existing pattern.  Then recompile
   and fix all of the new warnings, implementing new functionality for
   the new field or header as needed.  (If you configure with
   --enable-Werror, as described in [INSTALL.md], then it is
   impossible to miss any warnings.)
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to