summaryrefslogtreecommitdiffstats
path: root/nfvbench/chain_workers.py
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2018-11-20 09:52:00 -0800
committerahothan <ahothan@cisco.com>2018-11-20 10:09:21 -0800
commit8b1b3e5c7fb91f450b2abe4a8201bcfec14b2bb9 (patch)
tree56e00816633de94b848e2951673e52d56903f797 /nfvbench/chain_workers.py
parent4988edf6afb74026db81677f25877b27b8fcfc05 (diff)
NFVBENCH-111 Add support for VxLAN3.0.0
Change-Id: I7d9d7ccb6be7445e625ec520d22c5f045b56d5ff Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'nfvbench/chain_workers.py')
-rw-r--r--nfvbench/chain_workers.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/nfvbench/chain_workers.py b/nfvbench/chain_workers.py
index 7c669d1..0ed2648 100644
--- a/nfvbench/chain_workers.py
+++ b/nfvbench/chain_workers.py
@@ -29,6 +29,9 @@ class BasicWorker(object):
def get_version(self):
return {}
+ def config_interfaces(self):
+ return {}
+
def close(self):
pass