diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-12 17:49:47 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-12 17:50:19 +0200 |
commit | d70c2b4493366c02f025f43d2a777b2bef3e1789 (patch) | |
tree | 58e3e48dccaa8410ce28cf8f0885c35bf08ab84c /interface-definitions | |
parent | d40549360a4e914c59e12d62d45ac99e8a1ecde6 (diff) | |
download | vyos-1x-d70c2b4493366c02f025f43d2a777b2bef3e1789.tar.gz vyos-1x-d70c2b4493366c02f025f43d2a777b2bef3e1789.zip |
vrrp: T4417: bugfix service startup priority
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/service_conntrack-sync.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/interface-definitions/service_conntrack-sync.xml.in b/interface-definitions/service_conntrack-sync.xml.in index 32efa7323..6fa6fc5f9 100644 --- a/interface-definitions/service_conntrack-sync.xml.in +++ b/interface-definitions/service_conntrack-sync.xml.in @@ -5,7 +5,8 @@ <node name="conntrack-sync" owner="${vyos_conf_scripts_dir}/conntrack_sync.py"> <properties> <help>Connection tracking synchronization</help> - <priority>995</priority> + <!-- before VRRP / HA --> + <priority>799</priority> </properties> <children> <leafNode name="accept-protocol"> |