Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 1 | packet-generator new { |
2 | name x | ||||
3 | limit 1 | ||||
4 | node ethernet-input | ||||
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 5 | pcap /home/eliot/pcap-data/ISIS_level1_adjacency.cap |
6 | } | ||||
7 | |||||
8 | packet-generator new { | ||||
9 | name y | ||||
10 | limit 1 | ||||
11 | node hdlc-input | ||||
Ed Warnicke | cb9cada | 2015-12-08 15:45:58 -0700 | [diff] [blame] | 12 | pcap /home/eliot/pcap-data/ISIS_p2p_adjacency.cap |
13 | } | ||||
14 | |||||
15 | tr add pg-input 10 | ||||
16 |