> On Jul 6, 2015, at 9:02 AM, Ben Pfaff wrote:
>
> On Wed, Jul 01, 2015 at 12:45:05PM -0700, Jarno Rajahalme wrote:
>> Now that struct cls_match has 'add_version' the 'version' in cls_match
>> was largely redundant. Remove 'version' from struct cls_rule, and add
>> it to function prototypes tha
On Wed, Jul 01, 2015 at 12:45:05PM -0700, Jarno Rajahalme wrote:
> Now that struct cls_match has 'add_version' the 'version' in cls_match
> was largely redundant. Remove 'version' from struct cls_rule, and add
> it to function prototypes that need it. This makes versioning more
> explicit (or les
Now that struct cls_match has 'add_version' the 'version' in cls_match
was largely redundant. Remove 'version' from struct cls_rule, and add
it to function prototypes that need it. This makes versioning more
explicit (or less indirect) in the API.
Suggested-by: Ben Pfaff
Signed-off-by: Jarno Ra