X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ofproto%2Fconnmgr.c;h=03b3520454201c74871eea5e6482d894e9e406e4;hb=6409e0083debb6cd1ad71e7d6bdd7fc1d7b83dd1;hp=cc947f0d0e44106e5ee6855b09b33da821c3cc7b;hpb=95022b47358676771e7b8050542fd4b2edfe18b9;p=cascardo%2Fovs.git diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c index cc947f0d0..03b352045 100644 --- a/ofproto/connmgr.c +++ b/ofproto/connmgr.c @@ -1002,7 +1002,7 @@ ofconn_set_protocol(struct ofconn *ofconn, enum ofputil_protocol protocol) /* Returns the currently configured packet in format for 'ofconn', one of * NXPIF_*. * - * The default, if no other format has been set, is NXPIF_OPENFLOW10. */ + * The default, if no other format has been set, is NXPIF_STANDARD. */ enum nx_packet_in_format ofconn_get_packet_in_format(struct ofconn *ofconn) { @@ -1250,7 +1250,7 @@ ofconn_flush(struct ofconn *ofconn) ofconn->role = OFPCR12_ROLE_EQUAL; ofconn_set_protocol(ofconn, OFPUTIL_P_NONE); - ofconn->packet_in_format = NXPIF_OPENFLOW10; + ofconn->packet_in_format = NXPIF_STANDARD; rconn_packet_counter_destroy(ofconn->packet_in_counter); ofconn->packet_in_counter = rconn_packet_counter_create();