vlib: exec cli line-by-line processing and script updates
[vpp.git] / src / scripts / vnet / ige
index 80d045a..f721e59 100644 (file)
@@ -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 }