Fix typo in nat44_cli.c:nat_ha_failover_command_fn.
[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 }