---
 ryu/tests/packet_data_generator3/gen.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/ryu/tests/packet_data_generator3/gen.py 
b/ryu/tests/packet_data_generator3/gen.py
index 6a7dd71..bd16c16 100644
--- a/ryu/tests/packet_data_generator3/gen.py
+++ b/ryu/tests/packet_data_generator3/gen.py
@@ -79,6 +79,14 @@ MESSAGES = [
                'cookie=0x123456789abcdef0/0xffffffffffffffff'] +
               STD_MATCH +
               ['actions=conjunction(0xabcdef,1/2)'])},
+    {'name': 'match_load_nx_register',
+     'versions': [4],
+     'cmd': 'mod-flows',
+     'args': ['table=3',
+              'cookie=0x123456789abcdef0/0xffffffffffffffff',
+              'reg0=0x1234',
+              'reg5=0xabcd/0xffff',
+              'actions=load:0xdeadbee->NXM_NX_REG0[4..31]']},
     {'name': 'match_move_nx_register',
      'versions': [4],
      'cmd': 'mod-flows',
-- 
2.1.4


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to