summaryrefslogtreecommitdiff
path: root/src/conf_mode
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc@indrajit.com>2023-09-24 23:22:31 -0500
committerIndrajit Raychaudhuri <irc@indrajit.com>2023-09-28 10:40:57 -0500
commit3a3123485f2ea7b253caa1c49f19c82a0eaa0b37 (patch)
treed37d1297c5110cca0374e3b25beb6174b806b93f /src/conf_mode
parente66f7075ee12ae3107d29efaf683442c3535e8b9 (diff)
downloadvyos-1x-3a3123485f2ea7b253caa1c49f19c82a0eaa0b37.tar.gz
vyos-1x-3a3123485f2ea7b253caa1c49f19c82a0eaa0b37.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.
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):