summaryrefslogtreecommitdiffstats
path: root/extras/pg/ip6_simple.pg
diff options
context:
space:
mode:
Diffstat (limited to 'extras/pg/ip6_simple.pg')
-rw-r--r--extras/pg/ip6_simple.pg12
1 files changed, 12 insertions, 0 deletions
diff --git a/extras/pg/ip6_simple.pg b/extras/pg/ip6_simple.pg
new file mode 100644
index 00000000000..023bde6837f
--- /dev/null
+++ b/extras/pg/ip6_simple.pg
@@ -0,0 +1,12 @@
+
+packet-generator new {
+ name x
+ limit 5
+ size 128-128
+ interface local0
+ node ip6-lookup
+ data {
+ ICMP: db00::1 -> db00::2
+ incrementing 30
+ }
+}