diff options
author | Christian Poessinger <christian@poessinger.com> | 2017-12-08 20:23:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2017-12-08 20:31:30 +0100 |
commit | 2dbff76543c2bec6de5c54cb9cc9e6297a91f419 (patch) | |
tree | eb8e247579c2971d565c76c849cc8d5680643b0f /data/live-build-config | |
parent | 375025afcd10dbfdf582c7b2691fe8efd39b107e (diff) | |
download | vyos-build-2dbff76543c2bec6de5c54cb9cc9e6297a91f419.tar.gz vyos-build-2dbff76543c2bec6de5c54cb9cc9e6297a91f419.zip |
Remove 'vyos-cfg-avahi' submodule (superseeded) (T378)
Using AVAHI as mDNS reflector has the big disadvantage that the
reflection interface can not be specified. It will reflect the mDNS
messages on ALL interfaces.
A new technique called mDNS repeater based upon
https://github.com/vyos/mdns-repeater
will be used in the future.
Diffstat (limited to 'data/live-build-config')
-rwxr-xr-x | data/live-build-config/hooks/18-enable-disable_services.chroot | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/live-build-config/hooks/18-enable-disable_services.chroot b/data/live-build-config/hooks/18-enable-disable_services.chroot index b6609fa7..abb60241 100755 --- a/data/live-build-config/hooks/18-enable-disable_services.chroot +++ b/data/live-build-config/hooks/18-enable-disable_services.chroot @@ -28,5 +28,3 @@ systemctl disable lldpd systemctl enable ssh-session-cleanup /usr/sbin/update-rc.d -f conntrackd remove systemctl disable conntrackd -/usr/sbin/update-rc.d -f avahi-daemon remove -systemctl disable avahi-daemon |