vswitch: Send NACK for bad cookie on update attempt.
authorJustin Pettit <jpettit@nicira.com>
Wed, 3 Jun 2009 20:44:46 +0000 (13:44 -0700)
committerJustin Pettit <jpettit@nicira.com>
Wed, 3 Jun 2009 20:44:46 +0000 (13:44 -0700)
commit294792f2ebaed4bb42e7532b83742bf06b8b1c45
tree7c7e70815877d31dbe23a14f3dee1ec51d08686b
parentd44980825cfd1c9f70c5d2fde64e56a7160dfbdf
vswitch: Send NACK for bad cookie on update attempt.

When the controller sends an update to the switch through the management
channel, a cookie is used to detect changes.  If the controller's idea
of the state of the config file differed from the switch's, the switch
would send an error message.  This commit changes to behavior to not send
an error message, and instead send a negative acknowledgement for the
request.
vswitchd/mgmt.c