diff options
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/pg/example.script | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/vnet/pg/example.script b/src/vnet/pg/example.script index 0e29b9ecae6..662088657bf 100644 --- a/src/vnet/pg/example.script +++ b/src/vnet/pg/example.script @@ -1,6 +1,6 @@ -packet-generator new { - name x - limit 1 - node ethernet-input - data { IP: 1.2.3 -> 4.5.6 incrementing 100 } +packet-generator new { \ + name x \ + limit 1 \ + node ethernet-input \ + data { IP: 1.2.3 -> 4.5.6 incrementing 100 } \ } |