diff options
author | Daniil Baturin <daniil@baturin.org> | 2016-12-22 08:40:32 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2016-12-22 08:40:32 +0700 |
commit | d99595ad09e0b8c96deb40db6cf79781f5992487 (patch) | |
tree | 834c5c1596e3a2186d7496f645c6c199d6b88d75 /test/data | |
parent | 53c65bd44ace64c39bb3019cf6884e929ebc6f4d (diff) | |
parent | f2b20137711c8d6f2e468595d484b1e8ba3b1efd (diff) | |
download | vyconf-d99595ad09e0b8c96deb40db6cf79781f5992487.tar.gz vyconf-d99595ad09e0b8c96deb40db6cf79781f5992487.zip |
Merge branch 'philsummers-master'
Diffstat (limited to 'test/data')
-rw-r--r-- | test/data/interface_definition_sample.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/data/interface_definition_sample.xml b/test/data/interface_definition_sample.xml index f4b950e..6a4f201 100644 --- a/test/data/interface_definition_sample.xml +++ b/test/data/interface_definition_sample.xml @@ -20,6 +20,12 @@ </leafNode> </children> </tagNode> + <leafNode name="password"> + <properties> + <help>A password</help> + <secret/> + </properties> + </leafNode> </children> </node> <leafNode name="host-name"> @@ -43,6 +49,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="enable-dangerous-features"> + <properties> + <help>Enable dangerous features</help> + <hidden/> + </properties> + </leafNode> </children> </node> </children> |