Acked-by: Nithin Raju <nit...@vmware.com> >+ > /* Windows kernel datapath extensions to the standard datapath >interface. */ > > /* Version number of the datapath interface extensions. */ >@@ -65,6 +68,8 @@ > #define OVS_WIN_NL_VPORT_FAMILY_ID (NLMSG_MIN_TYPE + 4) > #define OVS_WIN_NL_FLOW_FAMILY_ID (NLMSG_MIN_TYPE + 5) > #define OVS_WIN_NL_NETDEV_FAMILY_ID (NLMSG_MIN_TYPE + 6) >+/* Conntrack Family is defined in OvsDpInterfaceCtExt.h */ >+#define OVS_WIN_NL_CT_FAMILY_ID (NLMSG_MIN_TYPE + 7)
Also, pls. add a comment that ŒOVS_WIN_NL_CT_FAMILY_ID¹ is not used in the messages per-se but is used internally in the kernel. We define it here as a placeholder since we handle the CT family of commands. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev