diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-05-14 12:35:25 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-05-14 12:35:25 +0200 |
commit | 79d366eed45614f32fb8d44e0034b84cdef7f17f (patch) | |
tree | 702859df475620f833075572a3184dbd8ea98006 /interface-definitions/ntp.xml | |
parent | 860b229fe00998d2dd2d020d7dc847f99e709c26 (diff) | |
download | vyos-1x-79d366eed45614f32fb8d44e0034b84cdef7f17f.tar.gz vyos-1x-79d366eed45614f32fb8d44e0034b84cdef7f17f.zip |
Mark nodes in SSH and NTP valueless (related to T602).
Diffstat (limited to 'interface-definitions/ntp.xml')
-rw-r--r-- | interface-definitions/ntp.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/interface-definitions/ntp.xml b/interface-definitions/ntp.xml index c6fd8aa14..d9930a262 100644 --- a/interface-definitions/ntp.xml +++ b/interface-definitions/ntp.xml @@ -19,21 +19,25 @@ <leafNode name="dynamic"> <properties> <help>Allow server to be configured even if not reachable</help> + <valueless/> </properties> </leafNode> <leafNode name="noselect"> <properties> <help>Marks the server as unused</help> + <valueless/> </properties> </leafNode> <leafNode name="preempt"> <properties> <help>Specifies the association as preemptable rather than the default persistent</help> + <valueless/> </properties> </leafNode> <leafNode name="prefer"> <properties> <help>Marks the server as preferred</help> + <valueless/> </properties> </leafNode> </children> |