X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fofp-util.h;h=5cc63272feb1b3d29752e8e77b46b9d2e15c9972;hb=a7349929fb86d41f2e2ef77395e33b21f9457d48;hp=6da652770680fee4322bfcdc9ba86a1d5f28144c;hpb=7c1a76a4673be09de56743400dfb1d1c8d8d0799;p=sliver-openvswitch.git diff --git a/lib/ofp-util.h b/lib/ofp-util.h index 6da652770..5cc63272f 100644 --- a/lib/ofp-util.h +++ b/lib/ofp-util.h @@ -81,6 +81,7 @@ enum ofputil_msg_code { OFPUTIL_NXT_PACKET_IN, OFPUTIL_NXT_FLOW_AGE, OFPUTIL_NXT_SET_ASYNC_CONFIG, + OFPUTIL_NXT_SET_CONTROLLER_ID, /* NXST_* stat requests. */ OFPUTIL_NXST_FLOW_REQUEST, @@ -233,6 +234,7 @@ struct ofputil_packet_in { size_t packet_len; enum ofp_packet_in_reason reason; /* One of OFPRR_*. */ + uint16_t controller_id; /* Controller ID to send to. */ uint8_t table_id; ovs_be64 cookie;