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