diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-28 21:25:01 +0100 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-12-28 21:42:12 +0000 |
commit | fbb9d3a37578641f92972c721f4dd8eb89ec653a (patch) | |
tree | 2f1d20791b3e3fe2a83a1a1d01cbe6b2ebf2b1b6 | |
parent | f8fc5b40b952b4772cce12a604bffb3290c9be89 (diff) | |
download | vyos-1x-fbb9d3a37578641f92972c721f4dd8eb89ec653a.tar.gz vyos-1x-fbb9d3a37578641f92972c721f4dd8eb89ec653a.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.
(cherry picked from commit ef237a7555843226e9bf48e552ed5feb5df581f4)
-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"> |