blob: d77b0bd27a8bff61430c2c8e289fcf4c005c0ab4 [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001srp create-interfaces
2srp create-interfaces
3set int hw-class fake-srp0 srp
4set int hw-class fake-srp1 srp
5
Damjan Marion3153f002022-05-14 00:14:02 +02006packet-generator new { \
7 name x \
8 limit 1 \
9 node ip4-input \
10 size 64-64 \
11 data { \
12 ICMP: 1.0.0.2 -> 2.0.0.2 \
13 ICMP echo_request \
14 incrementing 100 \
15 } \
Ed Warnickecb9cada2015-12-08 15:45:58 -070016}
17
18tr add pg-input 100
19set int state fake-srp0 up
20set int state fake-srp1 up
21
22set int ip address fake-srp0 1.0.0.1/24
23set int ip address fake-srp1 2.0.0.1/24
24
25
26