mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-05-08 13:56:09 +02:00
packet_data_generator: adapt to of_protocol upstream api change
Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
f4a580e78c
commit
adb46e2bb1
@ -56,7 +56,7 @@ x() ->
|
||||
actions =
|
||||
[#ofp_action_set_field{
|
||||
field = #ofp_field{name = vlan_vid,
|
||||
value = <<1,2>> }},
|
||||
value = <<258:13>> }},
|
||||
#ofp_action_output{port = 6,max_len = no_buffer}]},
|
||||
#ofp_instruction_apply_actions{
|
||||
actions =
|
||||
|
||||
@ -56,7 +56,7 @@ x() ->
|
||||
actions =
|
||||
[#ofp_action_set_field{
|
||||
field = #ofp_field{name = vlan_vid,
|
||||
value = <<1,2>> }},
|
||||
value = <<258:13>> }},
|
||||
#ofp_action_output{port = 6,max_len = no_buffer}]},
|
||||
#ofp_instruction_apply_actions{
|
||||
actions =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user