diff options
Diffstat (limited to 'include/net/netlabel.h')
-rw-r--r-- | include/net/netlabel.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/net/netlabel.h b/include/net/netlabel.h index a3bffb4bb749..b3213c7c5309 100644 --- a/include/net/netlabel.h +++ b/include/net/netlabel.h | |||
@@ -67,7 +67,11 @@ | |||
67 | * NetLabel NETLINK protocol | 67 | * NetLabel NETLINK protocol |
68 | */ | 68 | */ |
69 | 69 | ||
70 | #define NETLBL_PROTO_VERSION 1 | 70 | /* NetLabel NETLINK protocol version |
71 | * 1: initial version | ||
72 | * 2: added static labels for unlabeled connections | ||
73 | */ | ||
74 | #define NETLBL_PROTO_VERSION 2 | ||
71 | 75 | ||
72 | /* NetLabel NETLINK types/families */ | 76 | /* NetLabel NETLINK types/families */ |
73 | #define NETLBL_NLTYPE_NONE 0 | 77 | #define NETLBL_NLTYPE_NONE 0 |