summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--data/templates/conntrackd/conntrackd.conf.tmpl2
-rw-r--r--interface-definitions/service_conntrack-sync.xml.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/conntrackd/conntrackd.conf.tmpl b/data/templates/conntrackd/conntrackd.conf.tmpl
index b87edfd75..6fd69c30a 100644
--- a/data/templates/conntrackd/conntrackd.conf.tmpl
+++ b/data/templates/conntrackd/conntrackd.conf.tmpl
@@ -4,7 +4,7 @@
Sync {
Mode FTFW {
DisableExternalCache {{ 'on' if disable_external_cache is defined else 'off' }}
- StartupResync {{ 'on' if enable_startup_resync is defined else 'off' }}
+ StartupResync {{ 'on' if startup_resync is defined else 'off' }}
}
{% for iface, iface_config in interface.items() %}
{% if loop.first %}
diff --git a/interface-definitions/service_conntrack-sync.xml.in b/interface-definitions/service_conntrack-sync.xml.in
index 4bb07643b..52fc33432 100644
--- a/interface-definitions/service_conntrack-sync.xml.in
+++ b/interface-definitions/service_conntrack-sync.xml.in
@@ -80,7 +80,7 @@
<multi/>
</properties>
</leafNode>
- <leafNode name="enable-startup-resync">
+ <leafNode name="startup-resync">
<properties>
<help>Order conntrackd to request a complete conntrack table resync against the other node at startup</help>
<valueless/>