summaryrefslogtreecommitdiff
path: root/interface-definitions/service_mdns-repeater.xml.in
diff options
context:
space:
mode:
Diffstat (limited to 'interface-definitions/service_mdns-repeater.xml.in')
-rw-r--r--interface-definitions/service_mdns-repeater.xml.in30
1 files changed, 0 insertions, 30 deletions
diff --git a/interface-definitions/service_mdns-repeater.xml.in b/interface-definitions/service_mdns-repeater.xml.in
deleted file mode 100644
index 9a94f1488..000000000
--- a/interface-definitions/service_mdns-repeater.xml.in
+++ /dev/null
@@ -1,30 +0,0 @@
-<?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>