diff options
Diffstat (limited to 'src/scripts/vnet/arp4')
-rw-r--r-- | src/scripts/vnet/arp4 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/scripts/vnet/arp4 b/src/scripts/vnet/arp4 index 372d82a9ccd..24a688549bf 100644 --- a/src/scripts/vnet/arp4 +++ b/src/scripts/vnet/arp4 @@ -1,13 +1,13 @@ -packet-generator new { - name x - limit 1 - node ip4-input - size 64-64 - data { - ICMP: 1.0.0.2 -> 2.0.0.2 - ICMP echo_request - incrementing 100 - } +packet-generator new { \ + name x \ + limit 1 \ + node ip4-input \ + size 64-64 \ + data { \ + ICMP: 1.0.0.2 -> 2.0.0.2 \ + ICMP echo_request \ + incrementing 100 \ + } \ } trace add pg-input 100 |