Signed-off-by: IWAMOTO Toshihiro <[email protected]>
---
ryu/tests/packet_data_generator3/gen.py | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/ryu/tests/packet_data_generator3/gen.py
b/ryu/tests/packet_data_generator3/gen.py
index 294efee..6a7dd71 100644
--- a/ryu/tests/packet_data_generator3/gen.py
+++ b/ryu/tests/packet_data_generator3/gen.py
@@ -108,6 +108,20 @@ MESSAGES = [
'importance=39032'] +
['dl_type=0x0800,ct_state=+trk+est'] +
['actions=ct(commit,exec(set_field:0x654321->ct_mark))'])},
+ {'name': 'action_ct_nat',
+ 'versions': [4],
+ 'cmd': 'add-flow',
+ 'args': (['table=3,',
+ 'importance=39032'] +
+ ['dl_type=0x0800'] +
+ ['actions=ct(commit,nat(src=10.1.12.0-10.1.13.255:1-1023)'])},
+ {'name': 'action_ct_nat_v6',
+ 'versions': [4],
+ 'cmd': 'add-flow',
+ 'args': (['table=3,',
+ 'importance=39032'] +
+ ['dl_type=0x86dd'] +
+ ['actions=ct(commit,nat(dst=2001:1::1-2001:1::ffff)'])},
]
buf = []
--
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