summaryrefslogtreecommitdiff
path: root/datapath-windows/misc
diff options
context:
space:
mode:
authorSaurabh Shah <ssaurabh@vmware.com>2014-07-27 17:26:58 -0700
committerBen Pfaff <blp@nicira.com>2014-07-28 10:10:43 -0700
commitc803536e1cf531e29a31edfe740666ee6045d555 (patch)
tree7fc3591d38d16877cd1370687a1aa2015a0c6b29 /datapath-windows/misc
parent79fe0f4611b60fe0fdf43206bc06201fd724a18d (diff)
downloadopenvswitch-c803536e1cf531e29a31edfe740666ee6045d555.tar.gz
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 <ankursharma@vmware.com> Signed-off-by: Ankur Sharma <ankursharma@vmware.com> Co-Authored-By: Eitan Eliahu <eliahue@vmware.com> Signed-off-by: Eitan Eliahu <eliahue@vmware.com> Co-Authored-By: Guolin Yang <gyang@vmware.com> Signed-off-by: Guolin Yang <gyang@vmware.com> Co-Authored-By: Linda Sun <lsun@vmware.com> Signed-off-by: Linda Sun <lsun@vmware.com> Co-Authored-By: Nithin Raju <nithin@vmware.com> Signed-off-by: Nithin Raju <nithin@vmware.com> Signed-off-by: Saurabh Shah <ssaurabh@vmware.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'datapath-windows/misc')
-rw-r--r--datapath-windows/misc/install.cmd4
-rw-r--r--datapath-windows/misc/uninstall.cmd1
2 files changed, 5 insertions, 0 deletions
diff --git a/datapath-windows/misc/install.cmd b/datapath-windows/misc/install.cmd
new file mode 100644
index 000000000..797d1ef1f
--- /dev/null
+++ b/datapath-windows/misc/install.cmd
@@ -0,0 +1,4 @@
+netcfg -l .\ovsext.inf -c s -i OVSExt
+
+net stop vmms
+net start vmms
diff --git a/datapath-windows/misc/uninstall.cmd b/datapath-windows/misc/uninstall.cmd
new file mode 100644
index 000000000..68a04be61
--- /dev/null
+++ b/datapath-windows/misc/uninstall.cmd
@@ -0,0 +1 @@
+netcfg -u OVSExt