blob: a2ee8b2dacc7594d7a2fe3ca186a33a6ee33661c [file] [log] [blame]
Ed Warnickecb9cada2015-12-08 15:45:58 -07001packet-generator new {
2 name x
3 limit 1
4 node ip4-input
5 size 64-64
6 no-recycle
7 data {
8 TCP: 1.2.3.4 -> 5.6.7.8
9 TCP: 1234 -> 5678
10 incrementing 100
11 }
12}
13
14tr add pg-input 100
15ip route 5.6.7.8/32 via local
16ip route 1.2.3.4/32 via local