4f9f3ee5474696f04b8dcba980c92b1878ad9e49
[vpp.git] / vnet / etc / scripts / ip6
1 packet-generator new {
2   name x
3   limit 1
4   node ethernet-input
5   size 64-64
6   no-recycle
7   data {
8     IP6: 1.2.3 -> 4.5.6
9     ICMP: ::1 -> ::2
10     ICMP echo_request
11     incrementing 100
12   }
13 }
14
15 tr add pg-input 100