datapath: Define constants for versions of GENL families.
authorJesse Gross <jesse@nicira.com>
Sun, 23 Oct 2011 01:22:18 +0000 (18:22 -0700)
committerJesse Gross <jesse@nicira.com>
Sun, 23 Oct 2011 18:24:19 +0000 (11:24 -0700)
commit69685a8882e40d846f7bcdbb6a55d3cce517cc26
tree736d6125033ce794e29e49825d5b3478b64aff3e
parent21f7563cef5f3e5ab52c15ade58594c2dfdb7195
datapath: Define constants for versions of GENL families.

Currently we hard code the versions of our GENL families to 1 but it's
nicer to have symbolic constants.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/datapath.c
include/linux/openvswitch.h
lib/dpif-linux.c