From c803536e1cf531e29a31edfe740666ee6045d555 Mon Sep 17 00:00:00 2001 From: Saurabh Shah Date: Sun, 27 Jul 2014 17:26:58 -0700 Subject: datapath-windows: Kernel module for HyperV. The kernel switch extension has support for bridged back forwarding & tunneling over VXLAN. There is no Netlink integration as it is still being worked out. Co-Authored-By: Ankur Sharma Signed-off-by: Ankur Sharma Co-Authored-By: Eitan Eliahu Signed-off-by: Eitan Eliahu Co-Authored-By: Guolin Yang Signed-off-by: Guolin Yang Co-Authored-By: Linda Sun Signed-off-by: Linda Sun Co-Authored-By: Nithin Raju Signed-off-by: Nithin Raju Signed-off-by: Saurabh Shah Signed-off-by: Ben Pfaff --- datapath-windows/ovsext/ovsext.rc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 datapath-windows/ovsext/ovsext.rc (limited to 'datapath-windows/ovsext/ovsext.rc') diff --git a/datapath-windows/ovsext/ovsext.rc b/datapath-windows/ovsext/ovsext.rc new file mode 100644 index 000000000..8f6e12143 --- /dev/null +++ b/datapath-windows/ovsext/ovsext.rc @@ -0,0 +1,23 @@ +// +// Copyright (c) Microsoft Corporation. All Rights Reserved. +// + +#include +#include + +/*-----------------------------------------------*/ +/* the following lines are specific to this file */ +/*-----------------------------------------------*/ + +/* VER_FILETYPE, VER_FILESUBTYPE, VER_FILEDESCRIPTION_STR + * and VER_INTERNALNAME_STR must be defined before including COMMON.VER + * The strings don't need a '\0', since common.ver has them. + */ +#define VER_FILETYPE VFT_DRV +#define VER_FILESUBTYPE VFT2_DRV_NETWORK +#define VER_FILEDESCRIPTION_STR "VMWare OVS Extension" +#define VER_INTERNALNAME_STR "OVSExt.SYS" +#define VER_ORIGINALFILENAME_STR "OVSExt.SYS" +#define VER_LANGNEUTRAL + +#include "common.ver" -- cgit v1.2.1