dpdk: Add support for Mellanox ConnectX-4 devices
[vpp.git] / src / scripts / vnet / icmp6
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: ::1 -> ::2
9     ICMP echo_request
10     incrementing 100
11   }
12 }
13
14 tr add pg-input 100
15 ip route ::1/128 via local
16 ip route ::2/128 via local