X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fbundles.c;h=003b20bae8451ac52f6794fe3bc66438913ce815;hb=83b03fe05e7a6734b2096dab86937294769987c6;hp=686d61f49c5188d09a612da682b9137b5865512c;hpb=1f42be1c6696df46b46dade5d73470f395426a9c;p=cascardo%2Fovs.git diff --git a/ofproto/bundles.c b/ofproto/bundles.c index 686d61f49..003b20bae 100644 --- a/ofproto/bundles.c +++ b/ofproto/bundles.c @@ -67,7 +67,7 @@ ofp_bundle_remove__(struct ofconn *ofconn, struct ofp_bundle *bundle, LIST_FOR_EACH_POP (msg, node, &bundle->msg_list) { if (success && msg->type == OFPTYPE_FLOW_MOD) { /* Tell connmgr about successful flow mods. */ - ofconn_report_flow_mod(ofconn, msg->fm.command); + ofconn_report_flow_mod(ofconn, msg->ofm.fm.command); } ofp_bundle_entry_free(msg); }