From: mklyus Date: Thu, 22 Nov 2018 17:32:48 +0000 (+0300) Subject: NFVBENCH-112 Fix VxLAN exception in chaining.get_networks X-Git-Tag: 3.0.1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d7bdf69269f2ac66fad353d5be76e718d3b5d78d;p=nfvbench.git NFVBENCH-112 Fix VxLAN exception in chaining.get_networks _get_vxlan_net_cfg patch Change-Id: Iaea3f5a224b155632bf869c53e49a9bc71ef5434 Signed-off-by: Max Klius --- diff --git a/nfvbench/chaining.py b/nfvbench/chaining.py index a02bb17..04fd3de 100644 --- a/nfvbench/chaining.py +++ b/nfvbench/chaining.py @@ -1017,7 +1017,7 @@ class ChainManager(object): int_nets = self.config.internal_networks network_type = set([int_nets[net].get('network_type') for net in int_nets]) if self.config.vxlan and 'vxlan' in network_type: - net_cfg = self._get_vxlan_net_cfg() + net_cfg = self._get_vxlan_net_cfg(chain_id) else: # VLAN if self.config.service_chain == ChainType.PVP: