> You can't add new types in the middle of this enum because it will
> break userspace/kernel compatibility for the existing fields.  New
> types have to go at the end of the list (but before TUN_ID, which
> isn't locked down yet).
>
> This is actually why the unit test broke - it changed the value of
> some of the fields and NetFlow outputs flows in hash order but the
> unit test expects them to come in a particular order.

Right, that makes sense. I'll fix that up.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to