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)
commit89cbe2d7b99bb1e582683fb7486c2cbb1ee91328
tree4ee8ed13d98ed763c42195c27c5374eba15554f3
parent9b2aa0d23fcf623c433e5c757779d710791b4803
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