summaryrefslogtreecommitdiff
path: root/lib/ofp-util.c
diff options
context:
space:
mode:
authorBen Pfaff <blp@ovn.org>2019-01-17 16:20:20 -0800
committerBen Pfaff <blp@ovn.org>2019-02-05 09:21:19 -0800
commit29718ad49d61e1ab32d23d27225ec7368f1824bb (patch)
treedd742636cf55240b98a1a3e89b1a4f51d3557b37 /lib/ofp-util.c
parenta0baa7dfa4fe257fada82623a9564e334f68ca91 (diff)
downloadopenvswitch-29718ad49d61e1ab32d23d27225ec7368f1824bb.tar.gz
Remove support for OpenFlow 1.6 (draft).
ONF abandoned the OpenFlow specification, so that OpenFlow 1.6 will never be completed. It did not contain much in the way of useful features, so remove what support Open vSwitch already had. Signed-off-by: Ben Pfaff <blp@ovn.org> Acked-by: Justin Pettit <jpettit@ovn.org>
Diffstat (limited to 'lib/ofp-util.c')
-rw-r--r--lib/ofp-util.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ofp-util.c b/lib/ofp-util.c
index ebbee077c..a324ceeea 100644
--- a/lib/ofp-util.c
+++ b/lib/ofp-util.c
@@ -219,7 +219,6 @@ ofputil_encode_barrier_request(enum ofp_version ofp_version)
enum ofpraw type;
switch (ofp_version) {
- case OFP16_VERSION:
case OFP15_VERSION:
case OFP14_VERSION:
case OFP13_VERSION: