e6a98935309c9bb894c01b7c85d7fec3af6f4608
[vpp.git] / vnet / etc / scripts / arp6
1 packet-generator new {
2   name x
3   limit 1
4   node ip6-input
5   size 64-64
6   no-recycle
7   data {
8     ICMP6: 2000::2 -> 2001::2
9     ICMP echo_request
10     incrementing 100
11   }
12 }
13
14 tr add pg-input 100
15 loop create
16 loop create
17 set int state loop0 up
18 set int state loop1 up
19
20 set int ip address loop0 2000::1/64
21 set int ip address loop1 2001::1/64