diff options
author | Ben Pfaff <blp@nicira.com> | 2008-07-01 10:52:34 -0700 |
---|---|---|
committer | Ben Pfaff <blp@nicira.com> | 2008-07-01 10:59:04 -0700 |
commit | 88df6edbfaa4d4943e9f74f79973225c1c53297f (patch) | |
tree | 524bddfcf22d28af7860fc1be5e158a90c5e029d /datapath/Modules.mk | |
parent | b1411b9c759f5d53495e3587379051f1d9bebf62 (diff) | |
download | openvswitch-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.mk | 2 |
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 \ |