summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJustin Pettit <jpettit@ovn.org>2019-05-30 18:05:48 -0700
committerJustin Pettit <jpettit@ovn.org>2019-06-01 10:12:02 -0700
commite6fc4e2ce97e5b430e4bd38150cb54146296d56c (patch)
tree63415782852e2112f9300c684f25283082e5c45a /lib
parent54b4f001ce2d97dccc803ffad953824f9ac33455 (diff)
downloadopenvswitch-e6fc4e2ce97e5b430e4bd38150cb54146296d56c.tar.gz
Remove ESX references.
Signed-off-by: Justin Pettit <jpettit@ovn.org> Acked-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/automake.mk6
-rw-r--r--lib/dpif.h6
2 files changed, 3 insertions, 9 deletions
diff --git a/lib/automake.mk b/lib/automake.mk
index cc5dccf39..ff88c152b 100644
--- a/lib/automake.mk
+++ b/lib/automake.mk
@@ -442,12 +442,6 @@ else
lib_libopenvswitch_la_SOURCES += lib/async-append-null.c
endif
-if ESX
-lib_libopenvswitch_la_SOURCES += \
- lib/route-table-stub.c \
- lib/if-notifier-stub.c
-endif
-
if HAVE_IF_DL
lib_libopenvswitch_la_SOURCES += \
lib/if-notifier-bsd.c \
diff --git a/lib/dpif.h b/lib/dpif.h
index 475d5a674..883472a59 100644
--- a/lib/dpif.h
+++ b/lib/dpif.h
@@ -68,9 +68,9 @@
* datapath implements these (e.g. as the Linux and netdev datapaths do), then
* Open vSwitch's ovs-vswitchd daemon can directly control what ports are used
* for switching. Some datapaths might not implement them, or implement them
- * with restrictions on the types of ports that can be added or removed
- * (e.g. on ESX), on systems where port membership can only be changed by some
- * external entity.
+ * with restrictions on the types of ports that can be added or removed,
+ * on systems where port membership can only be changed by some external
+ * entity.
*
* Each datapath must have a port, sometimes called the "local port", whose
* name is the same as the datapath itself, with port number 0. The local port