blob: fbb68eb4711c4cea12a0d0f46cd8df77a64a4f7c [file] [log] [blame]
Damjan Marion3153f002022-05-14 00:14:02 +02001packet-generator new { \
2 name x \
3 limit 1 \
4 node ip4-input \
5 size 64-64 \
6 data { \
7 ICMP: 1.0.0.2 -> 2.2.2.2 \
8 ICMP echo_request \
9 incrementing 100 \
10 } \
Neale Ranns0bfe5d82016-08-25 15:29:12 +010011}
12
13loop create
14loop create
15set int state loop0 up
16set int state loop1 up
17
18set int ip address loop0 1.0.0.1/24
19set int ip address loop1 2.0.0.1/24
20
21ip route add 2.2.2.2/32 via 2.0.0.2 loop1 out-label 33
22
23trace add pg-input 100