vlib: exec cli line-by-line processing and script updates
[vpp.git] / src / scripts / vnet / arp6
1 packet-generator new {                                          \
2   name x                                                        \
3   limit 1                                                       \
4   node ip6-input                                                \
5   size 64-64                                                    \
6   data {                                                        \
7     ICMP6: 2000::2 -> 2001::2                                   \
8     ICMP echo_request                                           \
9     incrementing 100                                            \
10   }                                                             \
11 }
12
13 tr 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 2000::1/64
20 set int ip address loop1 2001::1/64