ip: Setting the Link-Local address from the API enables IPv6 on the
[vpp.git] / src / vnet / pg / example.script
1 packet-generator new {
2   name x
3   limit 1
4   node ethernet-input
5   data { IP: 1.2.3 -> 4.5.6 incrementing 100 }
6 }