diff options
Diffstat (limited to 'src/scripts/vnet/ige')
-rw-r--r-- | src/scripts/vnet/ige | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/src/scripts/vnet/ige b/src/scripts/vnet/ige index 80d045af36d..f721e597678 100644 --- a/src/scripts/vnet/ige +++ b/src/scripts/vnet/ige @@ -1,12 +1,12 @@ -packet-generator new { - name x - limit 1 - node ip4-lookup - size 50-50 - data { - ICMP: 1.0.0.1 -> 1.0.0.3 ttl 1 - incrementing 30 - } +packet-generator new { \ + name x \ + limit 1 \ + node ip4-lookup \ + size 50-50 \ + data { \ + ICMP: 1.0.0.1 -> 1.0.0.3 ttl 1 \ + incrementing 30 \ + } \ } comment { tr add pg-input 100 } |