diff options
Diffstat (limited to 'src/scripts/vnet/pcap')
-rw-r--r-- | src/scripts/vnet/pcap | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/scripts/vnet/pcap b/src/scripts/vnet/pcap index d8f47c69074..c52ddb74587 100644 --- a/src/scripts/vnet/pcap +++ b/src/scripts/vnet/pcap @@ -1,15 +1,15 @@ -packet-generator new { - name x - limit 1 - node ethernet-input - pcap /home/eliot/pcap-data/ISIS_level1_adjacency.cap +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 +packet-generator new { \ + name y \ + limit 1 \ + node hdlc-input \ + pcap /home/eliot/pcap-data/ISIS_p2p_adjacency.cap \ } tr add pg-input 10 |