<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-6.11.4</title>
<subtitle>DHCP / IPv4LL / IPv6RA / DHCPv6 client
</subtitle>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/'/>
<entry>
<title>Release dhcpcd-6.11.4</title>
<updated>2016-10-07T08:05:10+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2016-10-07T08:05:10+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=073800bd956d0d392a73eb2fa86f729639ca9eef'/>
<id>073800bd956d0d392a73eb2fa86f729639ca9eef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Create new branch named "dhcpcd-6"</title>
<updated>2016-10-05T10:59:32+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2016-10-05T10:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=4f59a9c1e7079346a3cb17be1b37a6e9d38836cb'/>
<id>4f59a9c1e7079346a3cb17be1b37a6e9d38836cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove hack to add IPv6 LL address as early as possible.</title>
<updated>2016-10-04T09:40:56+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2016-10-04T09:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=865340f4184db90a2e31550013446fffaec0a200'/>
<id>865340f4184db90a2e31550013446fffaec0a200</id>
<content type='text'>
This only worked on pre NetBSD-7.0 systems which did not support ND6_IFF_AUTO_LINKLOCAL.

By removing it, we make the code smaller and removes the possibility of in-advertently
re-ordering interfaces in dhcpcd during the init phases.

Should finally fix [c9d04817fa].</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This only worked on pre NetBSD-7.0 systems which did not support ND6_IFF_AUTO_LINKLOCAL.

By removing it, we make the code smaller and removes the possibility of in-advertently
re-ordering interfaces in dhcpcd during the init phases.

Should finally fix [c9d04817fa].</pre>
</div>
</content>
</entry>
<entry>
<title>Guard against the possibility of no config..... may fix [c9d04817fa].</title>
<updated>2016-10-03T20:07:52+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2016-10-03T20:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=d77196c1ef97c0fe30ef192f4355b336f6971550'/>
<id>d77196c1ef97c0fe30ef192f4355b336f6971550</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Validate lease before setting state to REQUEST when REPLY is recieved in</title>
<updated>2016-10-03T19:41:11+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2016-10-03T19:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=97da47ded2029783f906fc9f7a6f069de49aec9a'/>
<id>97da47ded2029783f906fc9f7a6f069de49aec9a</id>
<content type='text'>
DISCOVER.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DISCOVER.</pre>
</div>
</content>
</entry>
<entry>
<title>Revert prior and test for DH6S_REBIND rather than not DH6S_DISCOVER.</title>
<updated>2016-10-03T17:55:43+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2016-10-03T17:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=e07d3e3c991be1fe761203797b948d075ebfbc0b'/>
<id>e07d3e3c991be1fe761203797b948d075ebfbc0b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't re-enter the discover phase on receipt of an invalid offer if we are already in the discover phase.</title>
<updated>2016-10-03T16:42:55+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2016-10-03T16:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=fccb8e04e2e5c73048f4532bb55b91082e4f5d73'/>
<id>fccb8e04e2e5c73048f4532bb55b91082e4f5d73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>If renew or rebind is not set, always use a default from the lowest pltime</title>
<updated>2016-10-02T15:07:21+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2016-10-02T15:07:21+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=a3b5d6d2bb1b8976e11d933433278f0042d0e792'/>
<id>a3b5d6d2bb1b8976e11d933433278f0042d0e792</id>
<content type='text'>
even if the lease does not expire, as some IA/PD might expire.
Thanks to Guy Yur.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
even if the lease does not expire, as some IA/PD might expire.
Thanks to Guy Yur.</pre>
</div>
</content>
</entry>
<entry>
<title>The ability to add LL addresses is not dependant on using SLAAC privacy,</title>
<updated>2016-10-02T10:54:52+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2016-10-02T10:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=accee8065cfe432d7b56b5fe039d31dd3ca41566'/>
<id>accee8065cfe432d7b56b5fe039d31dd3ca41566</id>
<content type='text'>
just the carrier being up.

Fixes [c9d04817fa].</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
just the carrier being up.

Fixes [c9d04817fa].</pre>
</div>
</content>
</entry>
<entry>
<title>Report compiled in features in --version.</title>
<updated>2016-09-27T10:34:29+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2016-09-27T10:34:29+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=f0a8b16891542f2c58af10491023a45ecbc052da'/>
<id>f0a8b16891542f2c58af10491023a45ecbc052da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
