packet_data_generator: of14: Add queue desc request

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-02-20 13:08:53 +09:00 committed by FUJITA Tomonori
parent e0a0673d9c
commit 2fecf39b7d

View File

@ -2624,6 +2624,9 @@ x() ->
#ofp_table_mod_prop_experimenter{
experimenter = 101,
exp_type = 2,
data = <<1:32,2:32>>}]}]}
data = <<1:32,2:32>>}]}]},
#ofp_queue_desc_request{
port_no = 7,
queue_id = all}
],
lists:foldl(fun x:do/2, {5, 0}, List).