<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dhcpcd.git/hooks, branch master</title>
<subtitle>DHCP / IPv4LL / IPv6RA / DHCPv6 client
</subtitle>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/'/>
<entry>
<title>Force TOP as we know which directory we are in.</title>
<updated>2021-02-05T22:41:16+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2021-02-05T22:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=e36d62c22c46876286f377661a4ca76067789bdd'/>
<id>e36d62c22c46876286f377661a4ca76067789bdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A belated welcome to 2021</title>
<updated>2021-01-31T10:33:21+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2021-01-31T10:33:21+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=f3d2ff551bb9b2919094ba6526dcebe217824f5c'/>
<id>f3d2ff551bb9b2919094ba6526dcebe217824f5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>import-src: Improve target so we don't create empty files</title>
<updated>2021-01-30T12:21:15+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2021-01-30T12:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=55df1b68f64049974ba7625553a1c8d72a20f716'/>
<id>55df1b68f64049974ba7625553a1c8d72a20f716</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>import-src: adjust build target so all .in files are pre-built</title>
<updated>2021-01-30T11:46:06+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2021-01-30T11:46:06+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=b29f653581bfd327a0a49c1015e8759dafc1cd1b'/>
<id>b29f653581bfd327a0a49c1015e8759dafc1cd1b</id>
<content type='text'>
While here, if we cannot find ypbind to work out how the hook script
should be configured, guess according to OS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
While here, if we cannot find ypbind to work out how the hook script
should be configured, guess according to OS.
</pre>
</div>
</content>
</entry>
<entry>
<title>20-resolv.conf: Don't call resolvconf -c if we didn't call -C</title>
<updated>2020-12-27T22:33:11+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-12-27T22:31:02+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=6468e7f2c01ace7a24039cc7bd9b12142ce063a0'/>
<id>6468e7f2c01ace7a24039cc7bd9b12142ce063a0</id>
<content type='text'>
This solves the warnings on all OS other than Linux who don't have
a supporting resolvconf for deprecating DNS because they never
emit the NOCARRIER_ROAMING reason.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This solves the warnings on all OS other than Linux who don't have
a supporting resolvconf for deprecating DNS because they never
emit the NOCARRIER_ROAMING reason.
</pre>
</div>
</content>
</entry>
<entry>
<title>hooks: add NOCARRIER_ROAMING reason</title>
<updated>2020-12-27T19:53:31+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-12-27T19:53:31+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=3547ed19f021396e2f4624f758d681e9a5251dc9'/>
<id>3547ed19f021396e2f4624f758d681e9a5251dc9</id>
<content type='text'>
This is given when the OS supports the concept of wireless roaming
or the IP setup can be persisted when the carrier drops.

When this happens, routes are moved to a higher metric (if supported)
to support non preferred but non roaming routes.
The `interface_order` hook variable will now order the interfaces
according to priority and move roaming interfaces to the back of the
list.
If resolvconf is present then it is called with the -C option
to deprecate DNS and if carrier comes back it is called again with the
-c option to activate it once more.

As part of this change, default route metrics have been changed to
support a larger number of interfaces.
base metric		1000		(was 200)
wireless offset		2000		(was 100)
IPv4LL offset		1000000		(was 10000)
roaming offset		2000000
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is given when the OS supports the concept of wireless roaming
or the IP setup can be persisted when the carrier drops.

When this happens, routes are moved to a higher metric (if supported)
to support non preferred but non roaming routes.
The `interface_order` hook variable will now order the interfaces
according to priority and move roaming interfaces to the back of the
list.
If resolvconf is present then it is called with the -C option
to deprecate DNS and if carrier comes back it is called again with the
-c option to activate it once more.

As part of this change, default route metrics have been changed to
support a larger number of interfaces.
base metric		1000		(was 200)
wireless offset		2000		(was 100)
IPv4LL offset		1000000		(was 10000)
roaming offset		2000000
</pre>
</div>
</content>
</entry>
<entry>
<title>Add --noconfigure option</title>
<updated>2020-11-04T14:18:48+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-11-04T14:18:48+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=e9dfc2416bc5ff97166905cbb69e71dd2be6411a'/>
<id>e9dfc2416bc5ff97166905cbb69e71dd2be6411a</id>
<content type='text'>
With this set dhcpcd will not configure anything on the host.
The expectation is that a 3rd party script will instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this set dhcpcd will not configure anything on the host.
The expectation is that a 3rd party script will instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>This hook no longer exists</title>
<updated>2020-06-09T16:56:03+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-06-09T16:56:03+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=7e4b8c2ec9b521495a5c4906f8315f0530dd0ffd'/>
<id>7e4b8c2ec9b521495a5c4906f8315f0530dd0ffd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep: No need for a CHROOT reason now</title>
<updated>2020-05-24T05:54:40+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-05-24T05:54:40+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=a4951704171655b11c683bacff6df58da5287aa2'/>
<id>a4951704171655b11c683bacff6df58da5287aa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>privsep: Allow Linux to work without needing any mounts</title>
<updated>2020-05-24T05:47:14+00:00</updated>
<author>
<name>Roy Marples</name>
<email>roy@marples.name</email>
</author>
<published>2020-05-24T05:47:14+00:00</published>
<link rel='alternate' type='text/html' href='https://roy.marples.name/cgit/dhcpcd.git/commit/?id=12b0db43b2a139744fbcf04824390fcb1de445ea'/>
<id>12b0db43b2a139744fbcf04824390fcb1de445ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
