blob: 3a8ead8c6313396fa183a4a405b7871328df97a7 [file] [log] [blame]
Dave Barach68b0fb02017-02-28 15:15:56 -05001loop create
2set int ip address loop0 192.168.1.1/8
3set int state loop0 up
4
Damjan Marion3153f002022-05-14 00:14:02 +02005packet-generator new { \
6 name udp \
7 limit 512 \
8 rate 1e4 \
9 node ip4-input \
10 size 100-100 \
11 interface loop0 \
12 data { \
13 UDP: 192.168.1.2 - 192.168.2.255 -> 192.168.1.1 \
14 UDP: 4321 -> 1234 \
15 length 72 \
16 incrementing 100 \
17 } \
Dave Barach68b0fb02017-02-28 15:15:56 -050018}