diff options
author | Christian Breunig <christian@breunig.cc> | 2023-09-28 19:34:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 19:34:13 +0200 |
commit | f6a87a32d61c0f9928824b2426da3c8510a4f111 (patch) | |
tree | 5dd0141587e2715065ab24dfe401cadfc78ae1d4 /data/templates/mdns-repeater/avahi-daemon.j2 | |
parent | 5fc286ae5262477ffd35c91044adfad0d6d59bd4 (diff) | |
parent | 39d30e2034d75823a958905aac7bc8427597fdac (diff) | |
download | vyos-1x-vyos/1.4dev1.tar.gz vyos-1x-vyos/1.4dev1.zip |
Merge pull request #2321 from vyos/mergify/bp/sagitta/pr-2307vyos/1.4dev1
mdns: T5615: Allow controlling IP version to use for mDNS repeater (backport #2307)
Diffstat (limited to 'data/templates/mdns-repeater/avahi-daemon.j2')
-rw-r--r-- | data/templates/mdns-repeater/avahi-daemon.j2 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/data/templates/mdns-repeater/avahi-daemon.j2 b/data/templates/mdns-repeater/avahi-daemon.j2 deleted file mode 100644 index e0dfd897e..000000000 --- a/data/templates/mdns-repeater/avahi-daemon.j2 +++ /dev/null @@ -1,25 +0,0 @@ -### Autogenerated by service_mdns-repeater.py ### -[server] -use-ipv4=yes -use-ipv6=yes -allow-interfaces={{ interface | join(', ') }} -{% if browse_domain is vyos_defined and browse_domain | length %} -browse-domains={{ browse_domain | join(', ') }} -{% endif %} -disallow-other-stacks=no - -[wide-area] -enable-wide-area=yes - -[publish] -disable-publishing=yes -disable-user-service-publishing=yes -publish-addresses=no -publish-hinfo=no -publish-workstation=no - -[reflector] -enable-reflector=yes -{% if allow_service is vyos_defined and allow_service | length %} -reflect-filters={{ allow_service | join(', ') }} -{% endif %} |