diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-06-06 20:32:20 -0500 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2023-06-06 20:50:20 -0500 |
commit | 9933abe7b9c2cfc689ffc8dcfe514fafa6f83907 (patch) | |
tree | 7b56a59725f45336feb3d3bae4fcf677d50a7f22 /data/templates/mdns-repeater | |
parent | 3402e94db4a9420a5a4e8a97ce6875a2c834348e (diff) | |
download | vyos-1x-9933abe7b9c2cfc689ffc8dcfe514fafa6f83907.tar.gz vyos-1x-9933abe7b9c2cfc689ffc8dcfe514fafa6f83907.zip |
mdns: T5227: Refactor smoke tests for mdns-repeater
Changes:
- Load generate 'avahi-daemon.conf' and validate basic configs
- Add tests for browsing domains and reflect-filter services
Diffstat (limited to 'data/templates/mdns-repeater')
-rw-r--r-- | data/templates/mdns-repeater/avahi-daemon.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/templates/mdns-repeater/avahi-daemon.j2 b/data/templates/mdns-repeater/avahi-daemon.j2 index 3aaa7fc82..e0dfd897e 100644 --- a/data/templates/mdns-repeater/avahi-daemon.j2 +++ b/data/templates/mdns-repeater/avahi-daemon.j2 @@ -1,3 +1,4 @@ +### Autogenerated by service_mdns-repeater.py ### [server] use-ipv4=yes use-ipv6=yes |