X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fstatus.c;fp=ofproto%2Fstatus.c;h=dacd5202fed8e860e8a3974238596801ed7f6b4a;hb=cef90b63b91e6738ea43d2039d6b0506a4752f97;hp=b2cb93568abc91fc0872fd5bb914f8d8acdf6f7e;hpb=4a1c5a01967225086795f5660fec4098f458948c;p=sliver-openvswitch.git diff --git a/ofproto/status.c b/ofproto/status.c index b2cb93568..dacd5202f 100644 --- a/ofproto/status.c +++ b/ofproto/status.c @@ -137,7 +137,7 @@ config_status_cb(struct status_reply *sr, void *ofproto_) datapath_id = ofproto_get_datapath_id(ofproto); if (datapath_id) { - status_reply_put(sr, "datapath-id=%"PRIx64, datapath_id); + status_reply_put(sr, "datapath-id=%016"PRIx64, datapath_id); } mgmt_id = ofproto_get_mgmt_id(ofproto);