aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/pg/example.script
blob: 662088657bff360ca285164036261355fc27d089 (plain)
1
2
3
4
5
6
packet-generator new {							\
  name x								\
  limit 1								\
  node ethernet-input							\
  data { IP: 1.2.3 -> 4.5.6 incrementing 100 }				\
}