Codebase list netcfg / a029e7a
Merge branch 'debian' Conflicts: debian/changelog Sophie Brun 9 years ago
2 changed file(s) with 13 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 netcfg (1.131) unstable; urgency=medium
1
2 * Kill the DHCP client on Linux again and keep it running on kFreeBSD.
3 This unbreaks network configuration on Linux when a DHCPv6 server is
4 present on the network segment. However it also means that the
5 DHCPv4 lease is no longer being refreshed (not a regression over
6 stable). (Closes: #768188)
7
8 -- Philipp Kern <[email protected]> Tue, 24 Mar 2015 21:48:00 +0100
9
010 netcfg (1.130+kali1) kali-dev; urgency=medium
111
212 * Import new version from debian
613613 netcfg_write_loopback();
614614 netcfg_write_interface(interface);
615615 netcfg_write_resolv(domain, interface);
616 #if !defined(__FreeBSD_kernel__)
617 kill_dhcp_client();
618 #endif
616619 stop_rdnssd();
617620
618621 return 0;