blob: c52ddb7458725dbd18aa6882f80bf951fa0b3148 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
packet-generator new { \
name x \
limit 1 \
node ethernet-input \
pcap /home/eliot/pcap-data/ISIS_level1_adjacency.cap \
}
packet-generator new { \
name y \
limit 1 \
node hdlc-input \
pcap /home/eliot/pcap-data/ISIS_p2p_adjacency.cap \
}
tr add pg-input 10
|