<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git, branch dhcpcd-8.1.2</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-8.1.2</title>
<updated>2019-11-13T10:23:52+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-11-13T10:23:52+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=b17df5f377335052b7edb92df88bdbc7208e1ceb'/>
<id>b17df5f377335052b7edb92df88bdbc7208e1ceb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dhcpcd: report SSID connected to when we gain carrier</title>
<updated>2019-11-12T16:01:50+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-11-12T16:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=f3cfb1ea178bc0dd21d0d34eb3f2a0af4fae82cf'/>
<id>f3cfb1ea178bc0dd21d0d34eb3f2a0af4fae82cf</id>
<content type='text'>
Helps debugging without the need for explicit debug.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helps debugging without the need for explicit debug.
</pre>
</div>
</content>
</entry>
<entry>
<title>RA: Set mtu to zero and then pull in the MTU option if any</title>
<updated>2019-11-10T21:12:31+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-11-10T21:12:31+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=0b0aed183191e38bcda7844e30904ef26e99b06d'/>
<id>0b0aed183191e38bcda7844e30904ef26e99b06d</id>
<content type='text'>
Incase the router sets it back to unspecified.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Incase the router sets it back to unspecified.
</pre>
</div>
</content>
</entry>
<entry>
<title>OpenBSD: Support LINK_STATE_HALF_DUPLEX and LINK_STATE_FULL_DUPLEX</title>
<updated>2019-11-10T20:53:11+00:00</updated>
<author>
<name>Nathan Houghton</name>
<email>natex84@gmail.com</email>
</author>
<published>2019-11-10T20:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=ad1e6472571b00bb6ee5644a187e862aad08f101'/>
<id>ad1e6472571b00bb6ee5644a187e862aad08f101</id>
<content type='text'>
For if_msghdr messages from route(4).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For if_msghdr messages from route(4).
</pre>
</div>
</content>
</entry>
<entry>
<title>IPv6ND: If a router is reachable again, don't solicit another.</title>
<updated>2019-11-10T20:43:04+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-11-10T20:43:04+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=158e298dfee60837631fcb93b404b35ce6ff92c5'/>
<id>158e298dfee60837631fcb93b404b35ce6ff92c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>RA: Warn if advertised MTU is greater than link MTU</title>
<updated>2019-11-10T20:40:20+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-11-10T20:39:52+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=91f281ab52e746089c4e41f442fb7d99979f37ab'/>
<id>91f281ab52e746089c4e41f442fb7d99979f37ab</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD: Try and set linkmtu for the interface just to be nice.</title>
<updated>2019-11-10T15:15:16+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-11-10T15:15:16+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=fd0849c7e299def8aed3f82a7543bc1d19408cb5'/>
<id>fd0849c7e299def8aed3f82a7543bc1d19408cb5</id>
<content type='text'>
If it fails, zero it out and try again - only the linkmtu should
fail really. This is fine as we fix it against the route itself.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If it fails, zero it out and try again - only the linkmtu should
fail really. This is fine as we fix it against the route itself.
</pre>
</div>
</content>
</entry>
<entry>
<title>OpenBSD: Fix prior - OS cannot set any RA bits such as hop limit.</title>
<updated>2019-11-10T02:46:50+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-11-10T02:46:27+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=27a1f5951bceb7ffc36944d3e012509230c339fe'/>
<id>27a1f5951bceb7ffc36944d3e012509230c339fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>BSD: strlcpy &gt; strncpy</title>
<updated>2019-11-09T22:22:59+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-11-09T22:22:59+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=77f80234f25e98b7a1fc157de58ed48083b1673b'/>
<id>77f80234f25e98b7a1fc157de58ed48083b1673b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Solaris: Fix compile with prior</title>
<updated>2019-11-09T22:22:28+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2019-11-09T22:22:28+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=243bc8156d846872250681889d7c4a2f3cd59055'/>
<id>243bc8156d846872250681889d7c4a2f3cd59055</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
