summaryrefslogtreecommitdiff
path: root/datapath/Modules.mk
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2008-07-01 10:52:34 -0700
committerBen Pfaff <blp@nicira.com>2008-07-01 10:59:04 -0700
commit88df6edbfaa4d4943e9f74f79973225c1c53297f (patch)
tree524bddfcf22d28af7860fc1be5e158a90c5e029d /datapath/Modules.mk
parentb1411b9c759f5d53495e3587379051f1d9bebf62 (diff)
downloadopenvswitch-88df6edbfaa4d4943e9f74f79973225c1c53297f.tar.gz
Drop "benchmark" netlink message and "benchmark-nl" dpctl command.
The new OFPT_ECHO_REQUEST and OFPT_ECHO_REPLY OpenFlow messages have the same functionality and are more general (in that they are not Netlink-specific).
Diffstat (limited to 'datapath/Modules.mk')
-rw-r--r--datapath/Modules.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/datapath/Modules.mk b/datapath/Modules.mk
index 099be0e43..23e54da71 100644
--- a/datapath/Modules.mk
+++ b/datapath/Modules.mk
@@ -5,7 +5,6 @@ openflow_sources = \
chain.c \
crc32.c \
datapath.c \
- datapath_t.c \
dp_dev.c \
flow.c \
forward.c \
@@ -18,7 +17,6 @@ openflow_headers = \
compat.h \
crc32.h \
datapath.h \
- datapath_t.h \
dp_dev.h \
flow.h \
forward.h \