aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/pg/example.script
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/pg/example.script')
-rw-r--r--src/vnet/pg/example.script10
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 } \
}