<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;"><br>
Package: avahi-autoipd<br>
Version: 0.6.31-4+b2<br>
Severity: normal<br>
<br>
Dear Maintainer,<br>
<br>
The avahi-autoipd package places a script in /etc/network/if-up.d.<br>
<br>
When the avahi-autoipd package is removed, but not purged, this script<br>
still alters the state of the system, because it performs no checks to<br>
ensure that avahi-autoipd is installed before adding routes.<br>
<br>
Please have the script check that avahi-autoipd is installed and<br>
exit without taking any actions if it is not in an installed state.<br>
<br>
<br>
root@atlas:~# dpkg --status avahi-autoipd | grep Status<br>
Status: deinstall ok config-files<br>
root@atlas:~# ip route show<br>
default via XXX.YYY.0.1 dev eth0  proto static  metric 1024 <br>
XXX.YYY.0.0/24 dev eth0  proto kernel  scope link  src XXX.YYY.0.70 <br>
XXX.YYY.1.ZZ via XXX.YYY.0.1 dev eth0  proto dhcp  metric 1 <br>
169.254.0.0/16 dev eth0  scope link  metric 1000 <br>
root@atlas:~# route del -net 169.254.0.0/16 dev eth0<br>
root@atlas:~# ip route show<br>
default via XXX.YYY.0.1 dev eth0  proto static  metric 1024 <br>
XXX.YYY.0.0/24 dev eth0  proto kernel  scope link  src XXX.YYY.0.70 <br>
XXX.YYY.1.ZZ via XXX.YYY.0.1 dev eth0  proto dhcp  metric 1 <br>
root@atlas:~# nmcli connection down "Wired connection 1"<br>
root@atlas:~# nmcli connection up "Wired connection 1"<br>
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/6)<br>
root@atlas:~# ip route show<br>
default via XXX.YYY.0.1 dev eth0  proto static  metric 1024 <br>
XXX.YYY.0.0/24 dev eth0  proto kernel  scope link  src XXX.YYY.0.70 <br>
XXX.YYY.1.ZZ via XXX.YYY.0.1 dev eth0  proto dhcp  metric 1 <br>
169.254.0.0/16 dev eth0  scope link  metric 1000 <br>
^^^^^^^^^^^^^^<br>
<br>
-- System Information:<br>
Debian Release: 8.0<br>
  APT prefers testing-updates<br>
  APT policy: (500, 'testing-updates'), (500, 'testing')<br>
Architecture: amd64 (x86_64)<br>
<br>
Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores)<br>
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)<br>
Shell: /bin/sh linked to /bin/dash<br>
Init: systemd (via /run/systemd/system)<br>
<br>
</div>
</body>
</html>