<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-7.2.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-7.2.4</title>
<updated>2019-12-20T11:30:35+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-20T11:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=0cb0f52019974b3bba81fadcbb49173e67975d58'/>
<id>0cb0f52019974b3bba81fadcbb49173e67975d58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP: Ensure we have a lease to extract options from.</title>
<updated>2019-12-19T15:36:31+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-19T15:36:31+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=7a2fb4153c500ae5e198447622ca57fa5bc238b2'/>
<id>7a2fb4153c500ae5e198447622ca57fa5bc238b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Remove now unused vars</title>
<updated>2019-12-17T22:32:21+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-17T22:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=dc7c73bc40431f86213ba106285a6c9a9aa165c0'/>
<id>dc7c73bc40431f86213ba106285a6c9a9aa165c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Add disabled code to allow packet replay</title>
<updated>2019-12-17T22:23:56+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-17T22:23:56+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=ad9b095053e66fc12284a42a3a643ef145192875'/>
<id>ad9b095053e66fc12284a42a3a643ef145192875</id>
<content type='text'>
I get bored of adding similar code from time to time just to
aid debugging, so let's just add it in.

Someone else might find it useful too.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I get bored of adding similar code from time to time just to
aid debugging, so let's just add it in.

Someone else might find it useful too.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Rework delegation deprecation</title>
<updated>2019-12-17T22:16:26+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-17T22:16:26+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=9b8fa49e98cf94e268131e5119a59b406fc34108'/>
<id>9b8fa49e98cf94e268131e5119a59b406fc34108</id>
<content type='text'>
Split ipv6_addaddrs out so ipv6_doaddr can operate on a single address.
Call this when deprecating delegated addresses to avoid calling
ipv6_addaddrs.

This allows a more simple ipv6_addaddrs that doesn't need to test
which address collection we are deleting from and removes DHCPv6
specific code from the generic IPv6 module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Split ipv6_addaddrs out so ipv6_doaddr can operate on a single address.
Call this when deprecating delegated addresses to avoid calling
ipv6_addaddrs.

This allows a more simple ipv6_addaddrs that doesn't need to test
which address collection we are deleting from and removes DHCPv6
specific code from the generic IPv6 module.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Fix deprecating a delegated prefix</title>
<updated>2019-12-16T16:56:17+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-16T16:56:17+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=c3cc4caf362f7b4d00a0795ce492888528085656'/>
<id>c3cc4caf362f7b4d00a0795ce492888528085656</id>
<content type='text'>
Be sure to remove the address using the right TAILQ member.
While here, simplify the initialisation of pd_pfxs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Be sure to remove the address using the right TAILQ member.
While here, simplify the initialisation of pd_pfxs.
</pre>
</div>
</content>
</entry>
<entry>
<title>options: Suboption 3 of NTP Server is a FQDN</title>
<updated>2019-12-16T12:32:43+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-16T12:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=bd92b3cfca4d9035d3c8d8e7fa17224ec4fb31ce'/>
<id>bd92b3cfca4d9035d3c8d8e7fa17224ec4fb31ce</id>
<content type='text'>
As such it should be domain and not ip6address.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As such it should be domain and not ip6address.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Work better with infinite addresses</title>
<updated>2019-12-12T13:59:48+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-12-12T13:59:48+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=6edad03dc748771dc8f64e43d7b1df50bc1f7c1b'/>
<id>6edad03dc748771dc8f64e43d7b1df50bc1f7c1b</id>
<content type='text'>
And as such just log infinite lease rather than an arbitary
number.

Backported from d7e68001.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
And as such just log infinite lease rather than an arbitary
number.

Backported from d7e68001.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Change state to REQEST when any IA has NOBINDING status</title>
<updated>2019-07-29T07:42:16+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-07-29T07:39:57+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=b3a62c88b91444c46ddb2150321d2e9d7d347022'/>
<id>b3a62c88b91444c46ddb2150321d2e9d7d347022</id>
<content type='text'>
Just to be more RFC conformant.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just to be more RFC conformant.
</pre>
</div>
</content>
</entry>
<entry>
<title>hooks: Ensure header is empty before populating it.</title>
<updated>2019-07-12T14:05:11+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-07-12T14:04:13+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=1ae2301035c623b5dff3989b81e3f7e9f89ccc2c'/>
<id>1ae2301035c623b5dff3989b81e3f7e9f89ccc2c</id>
<content type='text'>
Thanks to Andreas
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Thanks to Andreas
</pre>
</div>
</content>
</entry>
</feed>
