From d8f9cb6679e009bfe45f4b111c5eb6beae56752a Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Tue, 3 Oct 2017 16:23:11 +0200 Subject: Fix on the packet generator for cicn and added packet generator script Change-Id: Ic75f65e733727317600dcdbfb662452b7f91e93b Signed-off-by: Alberto Compagno --- cicn-plugin/test/icn_pg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cicn-plugin/test/icn_pg (limited to 'cicn-plugin/test/icn_pg') 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 -- cgit 1.2.3-korg