Signed-off-by: YAMAMOTO Takashi <[email protected]>
---
ryu/tests/packet_data_generator/src/x3.erl | 2 +-
ryu/tests/packet_data_generator/src/x4.erl | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ryu/tests/packet_data_generator/src/x3.erl
b/ryu/tests/packet_data_generator/src/x3.erl
index 7cfc12c..d7acfb3 100644
--- a/ryu/tests/packet_data_generator/src/x3.erl
+++ b/ryu/tests/packet_data_generator/src/x3.erl
@@ -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 =
diff --git a/ryu/tests/packet_data_generator/src/x4.erl
b/ryu/tests/packet_data_generator/src/x4.erl
index 21b14db..3cd48ba 100644
--- a/ryu/tests/packet_data_generator/src/x4.erl
+++ b/ryu/tests/packet_data_generator/src/x4.erl
@@ -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 =
--
1.8.3.1
------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60135991&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel