X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=nfvbench%2Fchain_clients.py;h=ac9524749bca265407a1edf1822cf861f0d8fcdf;hb=af564a30bcf5574ac444b59bd0434207667dcb28;hp=01bf43537530edecbb0a1e73fb9ef2416dba1143;hpb=f37418c3f04d8fb3fcbc7a58443ac5572c7584a2;p=nfvbench.git diff --git a/nfvbench/chain_clients.py b/nfvbench/chain_clients.py index 01bf435..ac95247 100644 --- a/nfvbench/chain_clients.py +++ b/nfvbench/chain_clients.py @@ -310,8 +310,8 @@ class BasicStageClient(object): with open(boot_script_file, 'r') as boot_script: content = boot_script.read() - g1cidr = self.config.generator_config.src_device.gateway_ip_list[chain_index] + '/8' - g2cidr = self.config.generator_config.dst_device.gateway_ip_list[chain_index] + '/8' + g1cidr = self.config.generator_config.src_device.get_gw_ip(chain_index) + '/8' + g2cidr = self.config.generator_config.dst_device.get_gw_ip(chain_index) + '/8' vm_config = { 'forwarder': self.config.vm_forwarder,