summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--datapath-windows/include/OvsDpInterfaceExt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/datapath-windows/include/OvsDpInterfaceExt.h b/datapath-windows/include/OvsDpInterfaceExt.h
index dd3451256..46c3b699c 100644
--- a/datapath-windows/include/OvsDpInterfaceExt.h
+++ b/datapath-windows/include/OvsDpInterfaceExt.h
@@ -54,6 +54,10 @@
#define OVS_WIN_NL_VPORT_FAMILY_ID 4
#define OVS_WIN_NL_FLOW_FAMILY_ID 5
+#define OVS_WIN_NL_INVALID_MCGRP_ID 0
+#define OVS_WIN_NL_MCGRP_START_ID 100
+#define OVS_WIN_NL_VPORT_MCGRP_ID (OVS_WIN_NL_MCGRP_START_ID + 1)
+
/*
* Define a family of netlink command specific to Windows. This is part of the
* extensions.