372d82a9ccdd31bbcd253c13d0f22e5bfc03bac6
[vpp.git] / src / scripts / vnet / arp4
1 packet-generator new {
2   name x
3   limit 1
4   node ip4-input
5   size 64-64
6   data {
7     ICMP: 1.0.0.2 -> 2.0.0.2
8     ICMP echo_request
9     incrementing 100
10   }
11 }
12
13 trace add pg-input 100
14 loop create
15 loop create
16 set int state loop0 up
17 set int state loop1 up
18
19 set int ip address loop0 1.0.0.1/24
20 set int ip address loop1 2.0.0.1/24