aboutsummaryrefslogtreecommitdiffstats
path: root/nfvbench/chain_workers.py
diff options
context:
space:
mode:
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