diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-09-24 23:22:31 -0500 |
---|---|---|
committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2023-09-28 16:23:15 +0000 |
commit | 39d30e2034d75823a958905aac7bc8427597fdac (patch) | |
tree | 5dd0141587e2715065ab24dfe401cadfc78ae1d4 /src/conf_mode/service_mdns-repeater.py | |
parent | 8701282fbcb5972c874900105ec6c8ec0a2d4919 (diff) | |
download | vyos-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/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): |