Signed-off-by: Simon Horman <[email protected]>
---
 ryu/tests/packet_data/of13/4-2-ofp_flow_mod.packet      | Bin 264 -> 280 bytes
 ryu/tests/packet_data_generator/src/x4.erl              |   3 +++
 .../unit/ofproto/json/of13/4-2-ofp_flow_mod.packet.json |  10 +++++++++-
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/ryu/tests/packet_data/of13/4-2-ofp_flow_mod.packet 
b/ryu/tests/packet_data/of13/4-2-ofp_flow_mod.packet
index 
5e2a9d69ec5eb4408f1a9afab6278165ad74aa37..0c2029bdab8bbeabe6e03747fee9bb326291d392
 100644
GIT binary patch
delta 37
tcmeBRn!&`v!pA5vk;R^I!$g-Ff&c#*1Q-|?QW+STm|0la*e4$F005%-2x0&L

delta 20
bcmbQi)WO8U!pF!lk;R^I!9<sui5ENoF2Dt|

diff --git a/ryu/tests/packet_data_generator/src/x4.erl 
b/ryu/tests/packet_data_generator/src/x4.erl
index 17852a2..51b117f 100644
--- a/ryu/tests/packet_data_generator/src/x4.erl
+++ b/ryu/tests/packet_data_generator/src/x4.erl
@@ -258,6 +258,9 @@ x() ->
                           #ofp_action_set_mpls_ttl{mpls_ttl = 10},
                           #ofp_action_dec_nw_ttl{},
                           #ofp_action_set_nw_ttl{nw_ttl = 10},
+                          #ofp_action_experimenter{
+                              experimenter = 101,
+                              data = <<0,1,2,3,4,5,6,7>>},
                           #ofp_action_set_queue{queue_id = 3},
                           #ofp_action_group{group_id = 99},
                           #ofp_action_output{port = 6,max_len = no_buffer}]},
diff --git a/ryu/tests/unit/ofproto/json/of13/4-2-ofp_flow_mod.packet.json 
b/ryu/tests/unit/ofproto/json/of13/4-2-ofp_flow_mod.packet.json
index d644545..3922aba 100644
--- a/ryu/tests/unit/ofproto/json/of13/4-2-ofp_flow_mod.packet.json
+++ b/ryu/tests/unit/ofproto/json/of13/4-2-ofp_flow_mod.packet.json
@@ -107,6 +107,14 @@
                      }
                   }, 
                   {
+                     "OFPActionExperimenter": {
+                        "data": "AAECAwQFBgc=", 
+                        "experimenter": 101, 
+                        "len": 16, 
+                        "type": 65535
+                     }
+                  }, 
+                  {
                      "OFPActionSetQueue": {
                         "len": 8, 
                         "queue_id": 3, 
@@ -129,7 +137,7 @@
                      }
                   }
                ], 
-               "len": 160, 
+               "len": 176, 
                "type": 3
             }
          }, 
-- 
1.8.5.2


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to