X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fin-band.c;h=42b3efbed43c367efa561599842dd8f22fc797f8;hb=003ce655b7116d18c86a74c50391e54990346931;hp=416043e2b3765cb9f8357d5d5da54b939d1b3c33;hpb=f72e3073d70232ad6bebb9186cbf37a14793fb95;p=sliver-openvswitch.git diff --git a/ofproto/in-band.c b/ofproto/in-band.c index 416043e2b..42b3efbed 100644 --- a/ofproto/in-band.c +++ b/ofproto/in-band.c @@ -382,7 +382,7 @@ in_band_run(struct in_band *ib) switch (rule->op) { case ADD: ofproto_add_flow(ib->ofproto, &rule->match, rule->priority, - ofpacts.data, ofpacts.size); + ofpbuf_data(&ofpacts), ofpbuf_size(&ofpacts)); break; case DEL: