diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-09-24 23:22:31 -0500 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-09-28 10:40:57 -0500 |
commit | 3a3123485f2ea7b253caa1c49f19c82a0eaa0b37 (patch) | |
tree | d37d1297c5110cca0374e3b25beb6174b806b93f /src/conf_mode/service_mdns-repeater.py | |
parent | e66f7075ee12ae3107d29efaf683442c3535e8b9 (diff) | |
download | vyos-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/service_mdns-repeater.py')
-rwxr-xr-x | src/conf_mode/service_mdns-repeater.py | 2 |
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): |