<feed xmlns='http://www.w3.org/2005/Atom'>
<title>slacknetsetup, branch master</title>
<subtitle>Migration to iproute2-based network setup</subtitle>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/'/>
<entry>
<title>Add support for a DHCP_OPTS parameter.</title>
<updated>2023-06-21T13:55:41+00:00</updated>
<author>
<name>Darren 'Tadgy' Austin</name>
<email>darren@afterdark.org.uk</email>
</author>
<published>2023-06-21T13:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/commit/?id=5925f2bcc500f5198b5c00ab4e635a59bef7a413'/>
<id>5925f2bcc500f5198b5c00ab4e635a59bef7a413</id>
<content type='text'>
This commit allows an interface specific DHCP_OPTS parameter to set
additional dhcpcd command line options where they may be required
on a local network.  It is still recommended to use the supported
DHCP_* options in preference to this option, but it is being added
to aid customisations.

Thanks to ljb643 on LQ for the bug report regarding DHCP_IPADDR
and the suggestion of a DHCP_OPTS parameter.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit allows an interface specific DHCP_OPTS parameter to set
additional dhcpcd command line options where they may be required
on a local network.  It is still recommended to use the supported
DHCP_* options in preference to this option, but it is being added
to aid customisations.

Thanks to ljb643 on LQ for the bug report regarding DHCP_IPADDR
and the suggestion of a DHCP_OPTS parameter.
</pre>
</div>
</content>
</entry>
<entry>
<title>Expand the help text for DHCP_IPADDR in rc.inet1.conf.</title>
<updated>2023-06-21T13:50:20+00:00</updated>
<author>
<name>Darren 'Tadgy' Austin</name>
<email>darren@afterdark.org.uk</email>
</author>
<published>2023-06-21T13:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/commit/?id=8f43a741a36e59b8a9560ff2c4f3e5da2b8dd72b'/>
<id>8f43a741a36e59b8a9560ff2c4f3e5da2b8dd72b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Re-add support for the DHCP_IPADDR parameter from rc.inet1.conf.</title>
<updated>2023-06-21T13:36:55+00:00</updated>
<author>
<name>Darren 'Tadgy' Austin</name>
<email>darren@afterdark.org.uk</email>
</author>
<published>2023-06-21T13:36:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/commit/?id=76218fa6e7c097c875af2a29cc7670995bef2ae4'/>
<id>76218fa6e7c097c875af2a29cc7670995bef2ae4</id>
<content type='text'>
During the last major updates, somehow the DHCP_IPADDR option
got missed while I re-implemented the options handling.
This commit re-adds the support for that option.

Note that this commit changes the previously used '-s' dhcpcd
option with the '-r' option as this seems more appropriate.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
During the last major updates, somehow the DHCP_IPADDR option
got missed while I re-implemented the options handling.
This commit re-adds the support for that option.

Note that this commit changes the previously used '-s' dhcpcd
option with the '-r' option as this seems more appropriate.
</pre>
</div>
</content>
</entry>
<entry>
<title>netconfig: Ensure proper rc.networkmanager permissions</title>
<updated>2021-11-12T07:10:10+00:00</updated>
<author>
<name>Patrick J. Volkerding</name>
<email>volkerdi@slackware.com</email>
</author>
<published>2021-11-12T06:59:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/commit/?id=88009f03fa16d64837f996669190cc69de75f7c5'/>
<id>88009f03fa16d64837f996669190cc69de75f7c5</id>
<content type='text'>
In case rc.networkmanager was made executable by the admin or with a
previous run of netconfig, we need to disable it if networkmanager
wasn't selected in this netconfig run.

Signed-off-by: Robby Workman &lt;rworkman@slackware.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In case rc.networkmanager was made executable by the admin or with a
previous run of netconfig, we need to disable it if networkmanager
wasn't selected in this netconfig run.

Signed-off-by: Robby Workman &lt;rworkman@slackware.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rc.inet1: Skip bridge and bond configuration in LXC container</title>
<updated>2021-11-12T07:10:10+00:00</updated>
<author>
<name>Patrick J. Volkerding</name>
<email>volkerdi@slackware.com</email>
</author>
<published>2021-11-12T06:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/commit/?id=0748efcaa51233bf510ddd0b1e537093aac2c866'/>
<id>0748efcaa51233bf510ddd0b1e537093aac2c866</id>
<content type='text'>
Add LXC detection at the beginning of the script to set container="lxc"
if an LXC container is detected. Later, use this to skip bridge and
bond creation in an LXC container. Patched script works in both LXC
and on bare metal.

Signed-off-by: Robby Workman &lt;rworkman@slackware.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add LXC detection at the beginning of the script to set container="lxc"
if an LXC container is detected. Later, use this to skip bridge and
bond creation in an LXC container. Patched script works in both LXC
and on bare metal.

Signed-off-by: Robby Workman &lt;rworkman@slackware.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>netconfig: remove (broken) checks on hostname/domainname validity</title>
<updated>2021-11-12T07:09:34+00:00</updated>
<author>
<name>Patrick J. Volkerding</name>
<email>volkerdi@slackware.com</email>
</author>
<published>2021-04-03T05:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/commit/?id=e035b1689c3496d29274951b2b92e39fee3a9bf4'/>
<id>e035b1689c3496d29274951b2b92e39fee3a9bf4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct spelling mistake of equivalent in netconfig.</title>
<updated>2021-04-16T18:44:42+00:00</updated>
<author>
<name>Darren 'Tadgy' Austin</name>
<email>darren@afterdark.org.uk</email>
</author>
<published>2021-04-16T18:44:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/commit/?id=e3cb064e1b353070e0625519e85e3531625c73d4'/>
<id>e3cb064e1b353070e0625519e85e3531625c73d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Take interface down at exit from rc.wireless.  Thanks to davjohn.</title>
<updated>2021-03-09T18:16:08+00:00</updated>
<author>
<name>Darren 'Tadgy' Austin</name>
<email>darren@afterdark.org.uk</email>
</author>
<published>2021-03-09T18:16:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/commit/?id=d6a0382cf0e974b9f70fd9ef30d066256aa67f96'/>
<id>d6a0382cf0e974b9f70fd9ef30d066256aa67f96</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rc.wireless: don't leave interfaces in up state as it prevents SLAAC.</title>
<updated>2021-03-09T17:11:58+00:00</updated>
<author>
<name>Darren 'Tadgy' Austin</name>
<email>darren@afterdark.org.uk</email>
</author>
<published>2021-03-09T17:11:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/commit/?id=229b40c7d922f820341f8963e796f01159141ad1'/>
<id>229b40c7d922f820341f8963e796f01159141ad1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix domain name validation checks.  Thanks to xbeastx74 on LQ for the report.</title>
<updated>2021-03-08T22:58:01+00:00</updated>
<author>
<name>Darren 'Tadgy' Austin</name>
<email>darren@afterdark.org.uk</email>
</author>
<published>2021-03-08T22:58:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rlworkman.net/slacknetsetup/commit/?id=39ff28c3f36673e373dac6d2a8a12f0bf0dfceff'/>
<id>39ff28c3f36673e373dac6d2a8a12f0bf0dfceff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
