summaryrefslogtreecommitdiff
path: root/datapath-windows/ovsext/TunnelFilter.c
diff options
context:
space:
mode:
authorAlin Serdean <aserdean@cloudbasesolutions.com>2017-01-26 22:49:40 +0000
committerGurucharan Shetty <guru@ovn.org>2017-01-26 14:51:54 -0800
commitdf3487c4b29d1902935ba1fe1900c276c370cc7c (patch)
tree9937eefac8197bb21c46cf20a29221ba62290383 /datapath-windows/ovsext/TunnelFilter.c
parent4d73b2c455975188bb8a4f0810d61ed73a975b88 (diff)
downloadopenvswitch-df3487c4b29d1902935ba1fe1900c276c370cc7c.tar.gz
windows: Change driver and MSI company name to LF
Until now we used 'Open vSwitch' as the company/organization name. The project is now under The Linux Foundation ownership. This patch updates the MSI and driver attributes to reflect that ownership. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Acked-by: Ben Pfaff <blp@ovn.org> Acked-by: Sairam Venugopal <vsairam@vmware.com> Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Diffstat (limited to 'datapath-windows/ovsext/TunnelFilter.c')
-rw-r--r--datapath-windows/ovsext/TunnelFilter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/datapath-windows/ovsext/TunnelFilter.c b/datapath-windows/ovsext/TunnelFilter.c
index 649f5bc47..f5f82cbb8 100644
--- a/datapath-windows/ovsext/TunnelFilter.c
+++ b/datapath-windows/ovsext/TunnelFilter.c
@@ -50,7 +50,7 @@
/* The provider name should always match the provider string from the install
* file. */
-#define OVS_TUNNEL_PROVIDER_NAME L"Open vSwitch"
+#define OVS_TUNNEL_PROVIDER_NAME L"The Linux Foundation (R)"
/* The provider description should always contain the OVS service description
* string from the install file. */