Reorganize source tree to use single autotools instance
[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   no-recycle
7   data {
8     ICMP: 1.0.0.2 -> 2.0.0.2
9     ICMP echo_request
10     incrementing 100
11   }
12 }
13
14 trace 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 1.0.0.1/24
21 set int ip address loop1 2.0.0.1/24