diff options
author | Wenxian Li <wenxianl@cisco.com> | 2015-09-08 23:58:04 -0400 |
---|---|---|
committer | Wenxian Li <wenxianl@cisco.com> | 2015-09-08 23:58:04 -0400 |
commit | 2e5fdf7cc07549de848ef3396c9301c7a317f966 (patch) | |
tree | b19c8b9c728e8ad41ba999241d9bbf4e3cf42c65 /scripts | |
parent | fb7f697ef6acb6b5cd3c5d24c698ac4abaa8fa8f (diff) |
fix some errors after pull request
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/cap2/per_template_gen2.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/cap2/per_template_gen2.yaml b/scripts/cap2/per_template_gen2.yaml index 269e4958..3349087c 100644 --- a/scripts/cap2/per_template_gen2.yaml +++ b/scripts/cap2/per_template_gen2.yaml @@ -13,8 +13,8 @@ generator_clients : - name : "c1" distribution : "seq" - ip_start : "26.0.0.1" - ip_end : "26.0.1.255" + ip_start : "16.0.0.1" + ip_end : "16.0.1.255" - name : "c2" distribution : "seq" ip_start : "36.0.0.1" @@ -22,8 +22,8 @@ generator_servers : - name : "s1" distribution : "seq" - ip_start : "28.0.0.1" - ip_end : "28.0.1.255" + ip_start : "48.0.0.1" + ip_end : "48.0.1.255" track_ports : false - name : "s2" distribution : "seq" |