packet_data_generator: Remove OF1.4 queue set config request and reply message support

These messages do not exist in OF1.4

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
Simon Horman 2014-01-29 12:05:50 +09:00 committed by FUJITA Tomonori
parent 5b8afbba9e
commit e7882b9b31

View File

@ -553,21 +553,6 @@ x() ->
actions =
[#ofp_action_output{
port = 2, max_len = no_buffer}]}]}]},
#ofp_queue_get_config_request{port = any},
#ofp_queue_get_config_reply{port = any,queues = [
#ofp_packet_queue{queue_id = 99, port_no = 77,
properties = [
#ofp_queue_prop_min_rate{rate = 10},
#ofp_queue_prop_max_rate{rate = 900}
]
},
#ofp_packet_queue{queue_id = 88, port_no = 77,
properties = [
#ofp_queue_prop_min_rate{rate = 100},
#ofp_queue_prop_max_rate{rate = 200}
]
}
]},
#ofp_queue_stats_request{flags = [],port_no = any,
queue_id = all},
#ofp_queue_stats_reply{