aboutsummaryrefslogtreecommitdiffstats
path: root/conf/03_traffic.conf
diff options
context:
space:
mode:
authorChristian Trautman <ctrautma@redhat.com>2016-07-01 16:58:21 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-07-01 16:58:21 +0000
commitfcf61c407611b317f70c4b78424326d4f76f28bf (patch)
tree5919e1b256950f6431adf0f6240c00ddfd7e8c5a /conf/03_traffic.conf
parent891e07bcb787a3ecc00b3948baa2c5c928dfddf8 (diff)
parent65fe101fb2c040ef7c43fa719f0bc52d434489b6 (diff)
Merge "pkt_gen: Adding MoonGen traffic generator"
Diffstat (limited to 'conf/03_traffic.conf')
-rw-r--r--conf/03_traffic.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf
index 9937294b..01e3e5cf 100644
--- a/conf/03_traffic.conf
+++ b/conf/03_traffic.conf
@@ -28,6 +28,7 @@ TRAFFICGEN = 'Dummy'
#TRAFFICGEN = 'IxNet'
#TRAFFICGEN = 'Ixia'
#TRAFFICGEN = 'Xena'
+#TRAFFICGEN = 'MoonGen'
# List of packet sizes to send.
# Expand like this: (64, 128, 256, 512, 1024)
@@ -177,3 +178,14 @@ TRAFFICGEN_XENA_PORT0_GATEWAY = '192.168.199.1'
TRAFFICGEN_XENA_PORT1_IP = '192.168.199.11'
TRAFFICGEN_XENA_PORT1_CIDR = 24
TRAFFICGEN_XENA_PORT1_GATEWAY = '192.168.199.1'
+
+###################################################
+# MoonGen Configuration and Connection Info-- BEGIN
+
+TRAFFICGEN_MOONGEN_HOST_IP_ADDR = ''
+TRAFFICGEN_MOONGEN_USER = ''
+TRAFFICGEN_MOONGEN_BASE_DIR = ''
+TRAFFICGEN_MOONGEN_PORTS = ''
+
+# MoonGen Configuration and Connection Info-- END
+###################################################