mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-25 10:32:03 +01:00
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:
parent
e0a0673d9c
commit
2fecf39b7d
@ -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).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user