mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
Remove support for obsolete "tun_id_from_cookie" extension.
The "tun_id_from_cookie" OpenFlow extension predated NXM and supports only a fraction of its features. Nothing (at Nicira, anyway) uses it any longer. Support for it had been broken since January and it took until a few days ago for anyone to complain, so it cannot be too important. This commit removes it.
This commit is contained in:
@@ -238,7 +238,6 @@ lswitch_process_packet(struct lswitch *sw, struct rconn *rconn,
|
||||
case OFPUTIL_OFPST_PORT_REPLY:
|
||||
case OFPUTIL_OFPST_TABLE_REPLY:
|
||||
case OFPUTIL_OFPST_AGGREGATE_REPLY:
|
||||
case OFPUTIL_NXT_TUN_ID_FROM_COOKIE:
|
||||
case OFPUTIL_NXT_ROLE_REQUEST:
|
||||
case OFPUTIL_NXT_ROLE_REPLY:
|
||||
case OFPUTIL_NXT_SET_FLOW_FORMAT:
|
||||
|
Reference in New Issue
Block a user