On Thu, Sep 29, 2011 at 3:40 PM, Ben Pfaff <[email protected]> wrote: > ofproto/in-band.[ch] is supposed to be a fairly high-level interface. It > has no business poking around ODP actions, and yet in_band_rule_check() did > just that. This commit fixes the problem by making the caller do the work > related to actions.
This still seems like a layer violation to me because in_band_rule_check() is making determinations based on what our kernel module is able to match on. Isn't this logically a component of ofproto-dpif? _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
