blob: 80aa9bc3b67c12bbdb2b8078da3bca3db8c32935 [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.2.3.4 -> 5.6.7.8 \
8 ICMP echo_request \
9 incrementing 100 \
10 } \
Ed Warnickecb9cada2015-12-08 15:45:58 -070011}
12
13tr add pg-input 100
14set interface ip source-check pg/stream-0
15ip route 1.2.3.4/32 via pg/stream-0 0x01020304
16ip route 5.6.7.8/32 via drop
17