diff options
| author | Michael Biebl <biebl@debian.org> | 2016-01-20 17:40:28 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2016-01-20 21:48:54 +0100 |
| commit | d701201bfd5b2d7a6bb1cc81660ae55fd4f4e36b (patch) | |
| tree | 8096ae69669ad8f9c5c9d81a7f555f5801dd86a6 /debian/control | |
| parent | 24723d74205f3dffee8273114e33909bf6846e7b (diff) | |
Drop dependency on avahi-autoipd
Native IPv4 link-local addressing configuration based on systemd network library is now used instead.
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 92526821..af52fab2 100644 --- a/debian/control +++ b/debian/control @@ -61,8 +61,7 @@ Recommends: ppp, modemmanager, crda, iputils-arping -Suggests: avahi-autoipd, - libteam-utils +Suggests: libteam-utils Breaks: ${misc:Breaks} Description: network management framework (daemon and userspace tools) NetworkManager is a system network service that manages your network devices @@ -78,7 +77,6 @@ Description: network management framework (daemon and userspace tools) * ppp: Required for establishing dial-up connections (e.g. via GSM). * dnsmasq-base/iptables: Required for creating Ad-hoc connections and connection sharing. - * avahi-autoipd: Used for IPv4LL, a protocol for automatic Link-Local IP address configuration. * libteam-utils: Network Team driver allows multiple network interfaces to be teamed together and act like a single one. This process is called "ethernet |