<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-9.3.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-9.3.4</title>
<updated>2020-11-28T14:12:59+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-28T14:12:59+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=b4907bae5f0b6024de66df0789e2e789550eff0c'/>
<id>b4907bae5f0b6024de66df0789e2e789550eff0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Abort in test mode when an error is returned by server.</title>
<updated>2020-11-25T15:14:11+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-25T15:14:11+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=84bf6e55f7e54895f4cbeebd35a6b9ac64e7498f'/>
<id>84bf6e55f7e54895f4cbeebd35a6b9ac64e7498f</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 stop control in test</title>
<updated>2020-11-25T14:55:25+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-25T14:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=3ee6b4aab9f052c148c2838c36cffa53cc2e4d54'/>
<id>3ee6b4aab9f052c148c2838c36cffa53cc2e4d54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>options: Allow duid to take a value</title>
<updated>2020-11-25T14:19:55+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-25T14:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=21d355135157335a8d85a14412c006dff3eb41ff'/>
<id>21d355135157335a8d85a14412c006dff3eb41ff</id>
<content type='text'>
If a value is given, it overrides /var/db/dhcpcd/duid.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a value is given, it overrides /var/db/dhcpcd/duid.
</pre>
</div>
</content>
</entry>
<entry>
<title>options: allow --ia_na=1 and --ia_pd=2 on the command line</title>
<updated>2020-11-25T14:05:18+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-25T14:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=ba04408c085ddf6b626352dc34f95dace33a78d2'/>
<id>ba04408c085ddf6b626352dc34f95dace33a78d2</id>
<content type='text'>
This only works for non master mode.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This only works for non master mode.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP: If error adding the address in oneshot, exit with failure</title>
<updated>2020-11-24T10:30:08+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-24T10:30:08+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=3ca5bffd2de92ee21ea733cb0b2716a0a975942d'/>
<id>3ca5bffd2de92ee21ea733cb0b2716a0a975942d</id>
<content type='text'>
Otherwise we loop.
It's unlikely oneshot would be used with IPv6 due to addresses
having lifetimes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Otherwise we loop.
It's unlikely oneshot would be used with IPv6 due to addresses
having lifetimes.
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP: Only listen to the address if we successfully added it</title>
<updated>2020-11-23T13:22:20+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-23T13:22:20+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=7c1f6fe6343e3d3be8eb29ce7400f81f4b15df38'/>
<id>7c1f6fe6343e3d3be8eb29ce7400f81f4b15df38</id>
<content type='text'>
Fixes an issue on Linux where the headers advertise something
newer than what the kernel actually provides.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes an issue on Linux where the headers advertise something
newer than what the kernel actually provides.
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve readability.</title>
<updated>2020-11-21T12:01:21+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-21T12:01:21+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=7751af5f3879781aef0e3f722eaef4811fdb81aa'/>
<id>7751af5f3879781aef0e3f722eaef4811fdb81aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Delegated activations work once more</title>
<updated>2020-11-21T11:59:07+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-21T11:59:07+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=9b683ed33dbd9c6b6f3af71496a28edd584fc45a'/>
<id>9b683ed33dbd9c6b6f3af71496a28edd584fc45a</id>
<content type='text'>
This was broken with the --noconfigure option in dhcpcd-9.3.3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was broken with the --noconfigure option in dhcpcd-9.3.3
</pre>
</div>
</content>
</entry>
<entry>
<title>DHCP6: Fix segfault introduced in dhcpcd-9.3.3</title>
<updated>2020-11-21T08:46:30+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-21T08:46:30+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=f8771a152f6e6fb2ac04027c22712a9ac12a606f'/>
<id>f8771a152f6e6fb2ac04027c22712a9ac12a606f</id>
<content type='text'>
lo0 won't have a configuration for example.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lo0 won't have a configuration for example.
</pre>
</div>
</content>
</entry>
</feed>
