blob: d77b0bd27a8bff61430c2c8e289fcf4c005c0ab4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
srp create-interfaces
srp create-interfaces
set int hw-class fake-srp0 srp
set int hw-class fake-srp1 srp
packet-generator new { \
name x \
limit 1 \
node ip4-input \
size 64-64 \
data { \
ICMP: 1.0.0.2 -> 2.0.0.2 \
ICMP echo_request \
incrementing 100 \
} \
}
tr add pg-input 100
set int state fake-srp0 up
set int state fake-srp1 up
set int ip address fake-srp0 1.0.0.1/24
set int ip address fake-srp1 2.0.0.1/24
|