aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/vnet/udp
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/vnet/udp')
-rw-r--r--src/scripts/vnet/udp19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/scripts/vnet/udp b/src/scripts/vnet/udp
new file mode 100644
index 00000000..7dda1eec
--- /dev/null
+++ b/src/scripts/vnet/udp
@@ -0,0 +1,19 @@
+loop create
+set int ip address loop0 192.168.1.1/8
+set int state loop0 up
+
+packet-generator new {
+ name udp
+ limit 512
+ rate 1e4
+ node ip4-input
+ size 100-100
+ interface loop0
+ no-recycle
+ data {
+ UDP: 192.168.1.2 - 192.168.2.255 -> 192.168.1.1
+ UDP: 4321 -> 1234
+ length 72
+ incrementing 100
+ }
+}