diff options
author | Alberto Compagno <acompagn+fdio@cisco.com> | 2017-10-03 16:23:11 +0200 |
---|---|---|
committer | Alberto Compagno <acompagn+fdio@cisco.com> | 2017-10-03 16:29:47 +0200 |
commit | d8f9cb6679e009bfe45f4b111c5eb6beae56752a (patch) | |
tree | 2e1bd1b2b088d8c2c4deb12d85133831149ace2f /cicn-plugin/test/icn_pg | |
parent | d7ad2a78bb85224d0baa91a415f92e28e10a43e3 (diff) |
Fix on the packet generator for cicn and added packet generator script
Change-Id: Ic75f65e733727317600dcdbfb662452b7f91e93b
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'cicn-plugin/test/icn_pg')
-rw-r--r-- | cicn-plugin/test/icn_pg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cicn-plugin/test/icn_pg b/cicn-plugin/test/icn_pg new file mode 100644 index 00000000..043b25a3 --- /dev/null +++ b/cicn-plugin/test/icn_pg @@ -0,0 +1,11 @@ +packet-generator new { + name icn-pg + limit 1 + size 72-72 + node ip4-input + no-recycle + data { + UDP: 192.168.128.1 -> 192.168.128.245 + hex 0x18db821500341b930100002cff00000e0001000203e90001001a000000160001000663636e787067001000088000000000000000 + } +}
\ No newline at end of file |