mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 22:35:15 +00:00
connmgr: Move controller_id from ofputil_packet_in to ofproto_packet_in.
controller_id isn't part of the OpenFlow message, so it shouldn't be in ofputil_packet_in. Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -380,7 +380,6 @@ struct ofputil_packet_in {
|
||||
size_t packet_len;
|
||||
|
||||
enum ofp_packet_in_reason reason; /* One of OFPR_*. */
|
||||
uint16_t controller_id; /* Controller ID to send to. */
|
||||
uint8_t table_id;
|
||||
ovs_be64 cookie;
|
||||
|
||||
|
Reference in New Issue
Block a user