summaryrefslogtreecommitdiff
path: root/include/openflow/openflow-1.5.h
diff options
context:
space:
mode:
authorJean Tourrilhes <jean.tourrilhes@hp.com>2014-10-30 16:17:16 -0700
committerBen Pfaff <blp@nicira.com>2014-11-04 16:36:11 -0800
commit73056818e9f8b6a24b708d383c8453bd25eadb9a (patch)
treefb17dcf49a4cca408fc4f0baaf95966ad2953595 /include/openflow/openflow-1.5.h
parent52c7a4e3146ba193b6cd78931bf7cf00b6136b44 (diff)
downloadopenvswitch-73056818e9f8b6a24b708d383c8453bd25eadb9a.tar.gz
openflow.h: Add header for OpenFlow v1.5.
Signed-off-by: Jean Tourrilhes <jt@hpl.hp.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'include/openflow/openflow-1.5.h')
-rw-r--r--include/openflow/openflow-1.5.h44
1 files changed, 44 insertions, 0 deletions
diff --git a/include/openflow/openflow-1.5.h b/include/openflow/openflow-1.5.h
new file mode 100644
index 000000000..a5a51c0de
--- /dev/null
+++ b/include/openflow/openflow-1.5.h
@@ -0,0 +1,44 @@
+/* Copyright (c) 2008, 2014 The Board of Trustees of The Leland Stanford
+* Junior University
+* Copyright (c) 2011, 2014 Open Networking Foundation
+*
+* We are making the OpenFlow specification and associated documentation
+* (Software) available for public use and benefit with the expectation
+* that others will use, modify and enhance the Software and contribute
+* those enhancements back to the community. However, since we would
+* like to make the Software available for broadest use, with as few
+* restrictions as possible permission is hereby granted, free of
+* charge, to any person obtaining a copy of this Software to deal in
+* the Software under the copyrights without restriction, including
+* without limitation the rights to use, copy, modify, merge, publish,
+* distribute, sublicense, and/or sell copies of the Software, and to
+* permit persons to whom the Software is furnished to do so, subject to
+* the following conditions:
+*
+* The above copyright notice and this permission notice shall be
+* included in all copies or substantial portions of the Software.
+*
+* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
+* BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
+* ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
+* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+* SOFTWARE.
+*
+* The name and trademarks of copyright holder(s) may NOT be used in
+* advertising or publicity pertaining to the Software or any
+* derivatives without specific, written prior permission.
+*/
+
+/* OpenFlow: protocol between controller and datapath. */
+
+#ifndef OPENFLOW_15_H
+#define OPENFLOW_15_H 1
+
+#include "openflow/openflow-1.4.h"
+
+
+
+#endif /* openflow/openflow-1.5.h */