X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fofproto.c;h=7fa4eac28a661012bab33b9f9c2d1af6f3a0942e;hb=a15f0eeb9cf4b09403bed3c361a5150dbff16fc3;hp=0504026114b82d568f608bed590fba1d7a9e4cb2;hpb=6d4605fd85630eb3a9ec743763114f286373a544;p=cascardo%2Fovs.git diff --git a/ofproto/ofproto.c b/ofproto/ofproto.c index 050402611..7fa4eac28 100644 --- a/ofproto/ofproto.c +++ b/ofproto/ofproto.c @@ -2880,7 +2880,7 @@ handle_nxt_set_packet_in_format(struct ofconn *ofconn, msg = (const struct nx_set_packet_in_format *) oh; format = ntohl(msg->format); - if (format != NXFF_OPENFLOW10 && format != NXPIF_NXM) { + if (format != NXPIF_OPENFLOW10 && format != NXPIF_NXM) { return OFPERR_OFPBRC_EPERM; }