diff options
author | Christian Breunig <christian@breunig.cc> | 2024-05-30 13:41:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 13:41:44 +0200 |
commit | 1d49c9a1e1b89aa921b1ea79e43fe06ae3dfe6a0 (patch) | |
tree | 586aa7c714230d08dca34af9831b827c64167658 /interface-definitions/system_host-name.xml.in | |
parent | a2407a3ff8ce9a7cdcc9bda8da590899b2dcd55a (diff) | |
parent | cf07a55d183be1f4d28b8b50a0784513d91d6fe2 (diff) | |
download | vyos-1x-1d49c9a1e1b89aa921b1ea79e43fe06ae3dfe6a0.tar.gz vyos-1x-1d49c9a1e1b89aa921b1ea79e43fe06ae3dfe6a0.zip |
Merge pull request #3551 from c-po/hostname-priority
hostname: T6421: enforce explicit CLI priority for host-name and domain-name
Diffstat (limited to 'interface-definitions/system_host-name.xml.in')
-rw-r--r-- | interface-definitions/system_host-name.xml.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-definitions/system_host-name.xml.in b/interface-definitions/system_host-name.xml.in index 423531a68..f74baab48 100644 --- a/interface-definitions/system_host-name.xml.in +++ b/interface-definitions/system_host-name.xml.in @@ -6,6 +6,7 @@ <leafNode name="host-name" owner="${vyos_conf_scripts_dir}/system_host-name.py"> <properties> <help>System host name (default: vyos)</help> + <priority>5</priority> <constraint> #include <include/constraint/host-name.xml.i> </constraint> |