ofproto: Set protocol version to 0x01 (OpenFlow 1.0)
authorJustin Pettit <jpettit@nicira.com>
Wed, 20 Jan 2010 06:47:33 +0000 (22:47 -0800)
committerJustin Pettit <jpettit@nicira.com>
Sat, 20 Feb 2010 10:22:29 +0000 (02:22 -0800)
commit0254ae23d4a3ca6d9287ac0b6bd07a17a6dc448d
treeea1dcab5c883b9e40602de64920c0d5181eadc18
parent508fd24615c10bcf6efa79301a42e8a3fd129ed6
ofproto: Set protocol version to 0x01 (OpenFlow 1.0)

Finalize OpenFlow 1.0 wire-compatibility:

    - Set protocol version to 0x01
    - Remove references to retired OFPC_MULTI_PHY_TX
    - Clean extraneous spaces in header file

NOTE: This is the final commit in the OpenFlow 1.0 set.  Starting with
this commit, OVS is OpenFlow 1.0 wire-compatible.  Slicing is not yet
implemented.
include/openflow/openflow.h
ofproto/ofproto.c