diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-06-29 19:16:53 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-06-29 19:18:21 +0200 |
commit | 6b64f2eeb192ee1133d3f90be2ae2854a0c00ddc (patch) | |
tree | 2a7934510cce1883d1f6c221bec1657824571ff2 /interface-definitions/service-mdns-repeater.xml.in | |
parent | fba14cd5f49802f70bcfaf93aaa25d4440e2f836 (diff) | |
download | vyos-1x-6b64f2eeb192ee1133d3f90be2ae2854a0c00ddc.tar.gz vyos-1x-6b64f2eeb192ee1133d3f90be2ae2854a0c00ddc.zip |
xml: streamline interface definition filenames, drop _
Some files that described the CLI used underscores to split CLI levels, some
others did not. This commit removes all underscores from the filename and only
makes use of a hyphen.
Diffstat (limited to 'interface-definitions/service-mdns-repeater.xml.in')
-rw-r--r-- | interface-definitions/service-mdns-repeater.xml.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/interface-definitions/service-mdns-repeater.xml.in b/interface-definitions/service-mdns-repeater.xml.in new file mode 100644 index 000000000..9a94f1488 --- /dev/null +++ b/interface-definitions/service-mdns-repeater.xml.in @@ -0,0 +1,30 @@ +<?xml version="1.0"?> +<interfaceDefinition> + <node name="service"> + <children> + <node name="mdns"> + <properties> + <help>Multicast DNS (mDNS) parameters</help> + </properties> + <children> + <node name="repeater" owner="${vyos_conf_scripts_dir}/service_mdns-repeater.py"> + <properties> + <help>mDNS repeater configuration</help> + <priority>990</priority> + </properties> + <children> + #include <include/generic-disable-node.xml.i> + #include <include/generic-interface-multi.xml.i> + <leafNode name="vrrp-disable"> + <properties> + <help>Disables mDNS repeater on VRRP interfaces not in MASTER state</help> + <valueless/> + </properties> + </leafNode> + </children> + </node> + </children> + </node> + </children> + </node> +</interfaceDefinition> |