Setting miss_send_len on receiving NXT_SET_ASYNC_CONFIG message.
authorMehak Mahajan <mmahajan@nicira.com>
Tue, 26 Jun 2012 19:30:26 +0000 (12:30 -0700)
committerMehak Mahajan <mmahajan@nicira.com>
Tue, 26 Jun 2012 19:30:26 +0000 (12:30 -0700)
commit4550b6475456b7b2e44ab464434f03aacdb9f33d
tree03dc6d679227e29170ec6ce787bb051ed3c92227
parent42531d06c2b6d08c570611c6634b8d0d427c82f0
Setting miss_send_len on receiving NXT_SET_ASYNC_CONFIG message.

For the service controllers to receive any asynchronous messages, the
miss_send_len must be set to a non-zero value (refer to DESIGN).  On
receiving the NXT_SET_ASYNC_CONFIG message, the miss_send_len is set
to the default value unless it is set to a non-zero value earlier by
the OFPT_SET_CONFIG message.

Signed-off-by: Mehak Mahajan <mmahajan@nicira.com>
DESIGN
include/openflow/nicira-ext.h
ofproto/ofproto.c