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, 23 Jan 2010 02:08:06 +0000 (18:08 -0800)
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.


No differences found