From 63077f2711c6111caa80c4480fef8d3eb50b7758 Mon Sep 17 00:00:00 2001 From: bmichalo Date: Tue, 19 Jul 2016 15:34:51 -0400 Subject: pkt_gen: Moongen class name not consistent with name in conf files Need to change naming to 'Moongen' for consistent naming between conf files and class JIRA: VSPERF-323 Change-Id: Ic580b68323a759b3c2ef7ca3c07006243a3acf7d Signed-off-by: bmichalo --- conf/03_traffic.conf | 2 +- conf/10_custom.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'conf') diff --git a/conf/03_traffic.conf b/conf/03_traffic.conf index 01e3e5cf..fb9ce837 100644 --- a/conf/03_traffic.conf +++ b/conf/03_traffic.conf @@ -28,7 +28,7 @@ TRAFFICGEN = 'Dummy' #TRAFFICGEN = 'IxNet' #TRAFFICGEN = 'Ixia' #TRAFFICGEN = 'Xena' -#TRAFFICGEN = 'MoonGen' +#TRAFFICGEN = 'Moongen' # List of packet sizes to send. # Expand like this: (64, 128, 256, 512, 1024) diff --git a/conf/10_custom.conf b/conf/10_custom.conf index 4ffe470e..044339fc 100644 --- a/conf/10_custom.conf +++ b/conf/10_custom.conf @@ -20,7 +20,7 @@ TRAFFICGEN = 'Dummy' #TRAFFICGEN = 'IxNet' #TRAFFICGEN = 'Ixia' #TRAFFICGEN = 'Xena' -#TRAFFICGEN = 'MoonGen' +#TRAFFICGEN = 'Moongen' ########################################### # Spirent TestCenter Configuration -- BEGIN -- cgit 1.2.3-korg