blob: c20b38a6d201b73713d10351dd297f3e41e50595 [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
6packet-generator new {
7 name x
8 limit 1
9 node ip4-input
10 size 64-64
Ed Warnickecb9cada2015-12-08 15:45:58 -070011 data {
12 ICMP: 1.0.0.2 -> 2.0.0.2
13 ICMP echo_request
14 incrementing 100
15 }
16}
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