blob: 2c7691f15480caaa9ba9376981c28d81a5a1fcb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
packet-generator new { \
name x \
limit 1 \
node ip4-input \
size 50-50 \
data { \
ICMP: 1.2.3.4 -> 5.6.7.8 \
ICMP echo_request \
incrementing 100 \
} \
}
trace add pg-input 100
ip route 5.6.7.8/32 via pg/stream-0 000102030405060708090a0b0c0d
|