diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-28 21:25:01 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-12-28 21:25:01 +0100 |
commit | ef237a7555843226e9bf48e552ed5feb5df581f4 (patch) | |
tree | 27e28b1ceee455d4828b31837cbdc7b8b947a225 /interface-definitions | |
parent | 78b7d110b0740dbff1c13e285a8dd7593825d902 (diff) | |
download | vyos-1x-ef237a7555843226e9bf48e552ed5feb5df581f4.tar.gz vyos-1x-ef237a7555843226e9bf48e552ed5feb5df581f4.zip |
ddclient: T5852: add missing priority
Running ddclient on a VLAN interface will fail during reboot as there is no
discrete priority to tell that the dynamic DNS service needs to be started
after the interfaces.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/dns-dynamic.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/dns-dynamic.xml.in b/interface-definitions/dns-dynamic.xml.in index 388e7c5d2..d296a6694 100644 --- a/interface-definitions/dns-dynamic.xml.in +++ b/interface-definitions/dns-dynamic.xml.in @@ -10,6 +10,7 @@ <node name="dynamic" owner="${vyos_conf_scripts_dir}/dns_dynamic.py"> <properties> <help>Dynamic DNS</help> + <priority>990</priority> </properties> <children> <tagNode name="name"> |