diff options
Diffstat (limited to 'scripts/cap2/per_template_gen1.yaml')
-rw-r--r-- | scripts/cap2/per_template_gen1.yaml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/scripts/cap2/per_template_gen1.yaml b/scripts/cap2/per_template_gen1.yaml index 22b2ba64..41332518 100644 --- a/scripts/cap2/per_template_gen1.yaml +++ b/scripts/cap2/per_template_gen1.yaml @@ -13,11 +13,20 @@ generator_clients : - name : "c1" distribution : "seq" - ip_start : "38.0.0.1" - ip_end : "38.0.1.255" + ip_start : "26.0.0.1" + ip_end : "26.0.1.255" + - name : "c2" + distribution : "seq" + ip_start : "36.0.0.1" + ip_end : "36.0.1.255" generator_servers : - name : "s1" distribution : "seq" + ip_start : "28.0.0.1" + ip_end : "28.0.1.255" + track_ports : false + - name : "s2" + distribution : "seq" ip_start : "38.0.0.1" ip_end : "38.0.1.255" track_ports : false |