ofproto: Implement OpenFlow extension to allow control over async messages.
authorBen Pfaff <blp@nicira.com>
Thu, 9 Feb 2012 22:06:35 +0000 (14:06 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Feb 2012 22:06:35 +0000 (14:06 -0800)
commit80d5aefd65b9dd953d873f9995b949bc8b8d19d5
tree326a6475744b70b24ee4701c9bd23cb5a9dd3ca7
parentbb638b9a1868cf51df3e5faac8fe8ab1e5ec84cd
ofproto: Implement OpenFlow extension to allow control over async messages.

Until now, the rules that cover the asynchronous messages that Open vSwitch
sends to a controller have been ad hoc.  The new NXT_SET_ASYNC_CONFIG
message provides systematic, precise control.

Feature #7086.
Signed-off-by: Ben Pfaff <blp@nicira.com>
12 files changed:
DESIGN
NEWS
include/openflow/nicira-ext.h
lib/learning-switch.c
lib/ofp-print.c
lib/ofp-util.c
lib/ofp-util.h
ofproto/connmgr.c
ofproto/connmgr.h
ofproto/ofproto.c
tests/ofp-print.at
tests/ofproto.at