summaryrefslogtreecommitdiff
path: root/src/conf_mode/service_conntrack-sync.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf_mode/service_conntrack-sync.py')
-rwxr-xr-xsrc/conf_mode/service_conntrack-sync.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/service_conntrack-sync.py b/src/conf_mode/service_conntrack-sync.py
index 4fb2ce27f..3a233a172 100755
--- a/src/conf_mode/service_conntrack-sync.py
+++ b/src/conf_mode/service_conntrack-sync.py
@@ -67,7 +67,7 @@ def verify(conntrack):
has_peer = False
for interface, interface_config in conntrack['interface'].items():
- verify_interface_exists(interface)
+ verify_interface_exists(conntrack, interface)
# Interface must not only exist, it must also carry an IP address
if len(get_ipv4(interface)) < 1:
raise ConfigError(f'Interface {interface} requires an IP address!')