#include "vconn-ssl.h"
#include "vconn.h"
#include "vlog-socket.h"
+#include "xtoxll.h"
#include "vlog.h"
#define THIS_MODULE VLM_secchan
struct port_array ports;
time_t last_feature_request;
bool got_feature_reply;
+ uint64_t datapath_id;
int n_txq;
struct port_watcher_cb cbs[2];
int n_cbs;
size_t i;
pw->got_feature_reply = true;
+ if (pw->datapath_id != osf->datapath_id) {
+ pw->datapath_id = osf->datapath_id;
+ VLOG_WARN("Datapath id is %012"PRIx64, ntohll(pw->datapath_id));
+ }
/* Update each port included in the message. */
memset(seen, false, sizeof seen);