diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-10-20 07:38:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-20 07:38:49 +0200 |
commit | f681e566775a708273b1ef0d5a7dc22978028d94 (patch) | |
tree | c04449f9864d1bd5620b8fcf333cb7d712e1a798 /debian | |
parent | e48b345f7524761a29b7adf36a13c155e2f34d15 (diff) | |
parent | 16ae2933ff976737e52113105228a5f7f75686a3 (diff) | |
download | vyos-1x-f681e566775a708273b1ef0d5a7dc22978028d94.tar.gz vyos-1x-f681e566775a708273b1ef0d5a7dc22978028d94.zip |
Merge pull request #1030 from sarthurdev/mdns-avahi
mdns: T3917: Change to avahi-daemon for IPv4 + IPv6 mDNS repeater
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6c0f2f886..0843b9025 100644 --- a/debian/control +++ b/debian/control @@ -33,6 +33,7 @@ Architecture: amd64 arm64 Depends: ${python3:Depends}, accel-ppp, + avahi-daemon, beep, bmon, bsdmainutils, @@ -87,7 +88,6 @@ Depends: lldpd, lm-sensors, lsscsi, - mdns-repeater, minisign, modemmanager, mtr-tiny, |