summaryrefslogtreecommitdiff
path: root/src/conf_mode
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc@indrajit.com>2023-09-24 23:22:31 -0500
committerMergify <37929162+mergify[bot]@users.noreply.github.com>2023-09-28 16:23:15 +0000
commit39d30e2034d75823a958905aac7bc8427597fdac (patch)
tree5dd0141587e2715065ab24dfe401cadfc78ae1d4 /src/conf_mode
parent8701282fbcb5972c874900105ec6c8ec0a2d4919 (diff)
downloadvyos-1x-39d30e2034d75823a958905aac7bc8427597fdac.tar.gz
vyos-1x-39d30e2034d75823a958905aac7bc8427597fdac.zip
mdns: T5615: Rename avahi-daemon config file
Rename avahi-daemon config file to avahi-daemon.conf.j2 to match the convention used by other config files. (cherry picked from commit 3a3123485f2ea7b253caa1c49f19c82a0eaa0b37)
Diffstat (limited to 'src/conf_mode')
-rwxr-xr-xsrc/conf_mode/service_mdns-repeater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/service_mdns-repeater.py b/src/conf_mode/service_mdns-repeater.py
index d4b8ef8c4..6909731ff 100755
--- a/src/conf_mode/service_mdns-repeater.py
+++ b/src/conf_mode/service_mdns-repeater.py
@@ -100,7 +100,7 @@ def generate(mdns):
if len(mdns['interface']) < 2:
return None
- render(config_file, 'mdns-repeater/avahi-daemon.j2', mdns)
+ render(config_file, 'mdns-repeater/avahi-daemon.conf.j2', mdns)
return None
def apply(mdns):