Implement OpenFlow hard timeouts.
authorBen Pfaff <blp@nicira.com>
Thu, 7 Aug 2008 22:19:31 +0000 (15:19 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 7 Aug 2008 22:19:31 +0000 (15:19 -0700)
commit7bee00fad99b301693c11f0538cb5cff2f3a9397
treed4336b03170b454133e31bf4a43c66ad98a4563f
parent1c6aac2d043373fb1ca8c310789eb1408733beaa
Implement OpenFlow hard timeouts.

This updates the OpenFlow protocol version and changes the names of
structure members, so any software that uses OpenFlow will need to be
updated to match.
16 files changed:
datapath/datapath.c
datapath/datapath.h
datapath/flow.c
datapath/flow.h
datapath/forward.c
datapath/hwtable_dummy/hwtable_dummy.c
datapath/table-hash.c
datapath/table-linear.c
include/openflow.h
lib/ofp-print.c
lib/vconn.c
switch/datapath.c
switch/switch-flow.c
switch/switch-flow.h
utilities/dpctl.8
utilities/dpctl.c