diff options
Diffstat (limited to 'vnfs/vIPSEC/pg_streams/stream_ipsec_udp6')
-rw-r--r-- | vnfs/vIPSEC/pg_streams/stream_ipsec_udp6 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vnfs/vIPSEC/pg_streams/stream_ipsec_udp6 b/vnfs/vIPSEC/pg_streams/stream_ipsec_udp6 new file mode 100644 index 00000000..731a0df2 --- /dev/null +++ b/vnfs/vIPSEC/pg_streams/stream_ipsec_udp6 @@ -0,0 +1,12 @@ +packet-generator new { + name ipsec_udp6 + rate 10 + node ip4-input + size 64-64 + no-recycle + data { + UDP: 192.168.10.31 -> 192.168.20.32 + UDP: 15320 -> 8080 + length 128 checksum 0 incrementing 1 + } +} |