Don't send mgmt OpenFlow messages if mgmt_rconn isn't set.
authorJustin Pettit <jpettit@nicira.com>
Fri, 13 Mar 2009 00:32:33 +0000 (17:32 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 13 Mar 2009 00:33:53 +0000 (17:33 -0700)
commit09d0a5285d69035c52309bee7d5b54e224a24c67
tree853687fe75afd6a93380526abcf8ea52f50554de
parentb20221c5003f2b4ed092ae492e39964f6a930bd5
Don't send mgmt OpenFlow messages if mgmt_rconn isn't set.

In some circumstances we try to send a configuration update to the
controller, regardless of whether we're actually connected.  This fixes
that and warns if others try to do similar things.
vswitchd/mgmt.c