<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in network</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>063923df4b670a623088fff959f53ae984875471 - network: Update rtsol options</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#063923df4b670a623088fff959f53ae984875471</link>
        <description>network: Update rtsol options- Use &quot;-6&quot; instead of &quot;--noipv4&quot; as it seems more appropriate based on  the dhcpcd(8) manual page.- Remove &quot;-f /dev/null&quot; as it seems unnecessary with &quot;-6&quot;.- Remove &quot;--persistent&quot; as it is in the default /etc/dhcpcd.conf,  and this way the user can change it, if they would like to (either  through dhcpcd_flags or by editing /etc/dhcpcd.conf).The &quot;-b&quot; (or &quot;--background&quot;) option is needed to avoid a timeout errormessage (and a delay in booting), so it is still left in place.

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Fri, 16 Oct 2020 15:31:04 +0000</pubDate>
        <dc:creator>kim &lt;kim@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f5010e6cd4b3e71c63dc48e966b2c263bf1e45b4 - Update &quot;rtsol&quot; keyword: leave IPv6 autoconf on</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#f5010e6cd4b3e71c63dc48e966b2c263bf1e45b4</link>
        <description>Update &quot;rtsol&quot; keyword: leave IPv6 autoconf onThere is no need to turn off ipv6_autoconf or dhcp6 in dhcpcd to matchthe previous behaviour with in-kernel RA processing.

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Thu, 15 Oct 2020 07:05:27 +0000</pubDate>
        <dc:creator>kim &lt;kim@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>2f25d900104f910a0c2d763f70907a02d1539db4 - Make &quot;rtsol&quot; functional again.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#2f25d900104f910a0c2d763f70907a02d1539db4</link>
        <description>Make &quot;rtsol&quot; functional again.

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Sun, 11 Oct 2020 22:38:48 +0000</pubDate>
        <dc:creator>kim &lt;kim@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0a9098d00fea89c48d26e8ec45087bd0ec34e0c8 - Rename MOUNTCRITLOCAL to CRITLOCALMOUNTED to avoid a name collision</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#0a9098d00fea89c48d26e8ec45087bd0ec34e0c8</link>
        <description>Rename MOUNTCRITLOCAL to CRITLOCALMOUNTED to avoid a name collisionon case insensitive file systems

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Tue, 08 Sep 2020 12:52:18 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>31fc9817bb38d52b2f936d8325529dda147b6ef7 - Split the local disk availability step into two phases to allow scripts</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#31fc9817bb38d52b2f936d8325529dda147b6ef7</link>
        <description>Split the local disk availability step into two phases to allow scriptsthat pre-populate parts of the system (e.g. a tmpfs based /var) aneasy place to plug in like:# REQUIRE: mountcritlocal# BEFORE: MOUNTCRITLOCALThis also cleans up the existing special handling a bit by separating itinto new scripts. All later scripts now depend on MOUNTCRITLOCAL.Discussed on tech-userlevel some time ago.

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Wed, 22 Jul 2020 16:50:41 +0000</pubDate>
        <dc:creator>martin &lt;martin@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>08ffba536b8f9a45c1aa93a29d85a2b2e22bc4b2 - Trailing whitespace</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#08ffba536b8f9a45c1aa93a29d85a2b2e22bc4b2</link>
        <description>Trailing whitespace

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Sat, 04 Jul 2020 06:24:53 +0000</pubDate>
        <dc:creator>skrll &lt;skrll@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b05648aa26dffce5c4d6744406ae32a9c84eef47 - Remove in-kernel handling of Router Advertisements</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#b05648aa26dffce5c4d6744406ae32a9c84eef47</link>
        <description>Remove in-kernel handling of Router AdvertisementsThis is much better handled by a user-land tool.Proposed on tech-net here:https://mail-index.netbsd.org/tech-net/2020/04/22/msg007766.htmlNote that the ioctl SIOCGIFINFO_IN6 no longer sets flags. That nowneeds to be done using the pre-existing SIOCSIFINFO_FLAGS ioctl.Compat is fully provided where it makes sense, but trying to turn onRA handling will obviously throw an error as it no longer exists.Note that if you use IPv6 temporary addresses, this now needs to beturned on in dhcpcd.conf(5) rather than in sysctl.conf(5).

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Fri, 12 Jun 2020 11:04:44 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>aae8c85b3e7780c3e5c977d1ab6d0fc22aad8a11 - Add an &quot;rtsol&quot; keyword to ifconfig.if for enabling IPv6 RS/RA</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#aae8c85b3e7780c3e5c977d1ab6d0fc22aad8a11</link>
        <description>Add an &quot;rtsol&quot; keyword to ifconfig.if for enabling IPv6 RS/RA

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Wed, 15 Apr 2020 20:31:57 +0000</pubDate>
        <dc:creator>kim &lt;kim@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>68c104dbdb16e4dc62c30a509ef9f631bba0471c - rc.d/network: improve wording of waiting for DAD to finish</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#68c104dbdb16e4dc62c30a509ef9f631bba0471c</link>
        <description>rc.d/network: improve wording of waiting for DAD to finish

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Sat, 22 Feb 2020 11:52:45 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0050db9471310ad36649cc4491795273244c2911 - only flush routes in stop routine if flushroutes is true, same as</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#0050db9471310ad36649cc4491795273244c2911</link>
        <description>only flush routes in stop routine if flushroutes is true, same asthe start up.

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Tue, 23 Oct 2018 09:25:33 +0000</pubDate>
        <dc:creator>mrg &lt;mrg@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>eb279c7f263ab29dcc9b941bb1677484233023b9 - Allow rc.conf to setup resolv.conf via resolvconf(8).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#eb279c7f263ab29dcc9b941bb1677484233023b9</link>
        <description>Allow rc.conf to setup resolv.conf via resolvconf(8).This allows all static network config to be in rc.conf rather thanspread across files.

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Fri, 27 Jul 2018 15:31:02 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b729dec75ab81f2da978c22b59e936e61a330baf - Remove dhclient from the base system.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#b729dec75ab81f2da978c22b59e936e61a330baf</link>
        <description>Remove dhclient from the base system.Discussed here:https://mail-index.netbsd.org/tech-userlevel/2018/06/21/msg011233.html

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Fri, 29 Jun 2018 12:34:13 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>810e1e7da1378cee4ba283545925683b5faf3057 - Revert previous - not a typo, even though it looks like one</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#810e1e7da1378cee4ba283545925683b5faf3057</link>
        <description>Revert previous - not a typo, even though it looks like one

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Thu, 06 Jul 2017 09:49:39 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>b1a359313246d87719e8c06ec74159e4b4b98779 - PR misc/52370</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#b1a359313246d87719e8c06ec74159e4b4b98779</link>
        <description>PR misc/52370Correct typo.XXX pullup 8, pullup 7

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Thu, 06 Jul 2017 09:24:47 +0000</pubDate>
        <dc:creator>kre &lt;kre@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d6c8225a0e925edfd614fdf85a3dcad8141076fe - use kat, a version of cat that strips comments</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#d6c8225a0e925edfd614fdf85a3dcad8141076fe</link>
        <description>use kat, a version of cat that strips comments

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Sun, 06 Mar 2016 18:50:06 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0367588d0334744bb5ad6f0d4fb136e4f84f5f4 - Instead of waiting for a duration based in IPv6 DAD count sysctl,</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#d0367588d0334744bb5ad6f0d4fb136e4f84f5f4</link>
        <description>Instead of waiting for a duration based in IPv6 DAD count sysctl,wait for 15 seconds for tentative flags to clear allowing 5 secondsfor detached flags to clear as well from configured addresses.This is now protocol independant and allows time for the interfaces towork out if they have a carrier or not.

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Thu, 07 Jan 2016 11:51:07 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>bad357ce4fa18c6193c75e615a22bb390300caed - fix syntax error</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#bad357ce4fa18c6193c75e615a22bb390300caed</link>
        <description>fix syntax error

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Tue, 14 Oct 2014 20:49:47 +0000</pubDate>
        <dc:creator>christos &lt;christos@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f68fe4cac7a9213fd498c2616b25a83c42e79e10 - Use checkyesnox to test rtsol as it has been removed including its</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#f68fe4cac7a9213fd498c2616b25a83c42e79e10</link>
        <description>Use checkyesnox to test rtsol as it has been removed including itsdefault configuration which we should not warn about.

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Sun, 21 Sep 2014 09:48:32 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6314d6139f759e125980cf1c2c8c42075171b82 - Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#c6314d6139f759e125980cf1c2c8c42075171b82</link>
        <description>Remove rtsol(8) and rtsold(8) as their functionality is in dhcpcd(8).Remove rtsol(8) from rc.d/network.Add -w seconds command to ifconfig to wait for N seconds for until DADhas finished on all addresses.Use ifconfig -w in rc.d/network instead of a forced sleep.As discussed on tech-net@

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Thu, 11 Sep 2014 13:10:03 +0000</pubDate>
        <dc:creator>roy &lt;roy@NetBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>a270487d77eb7fad00fa2deb6ed325583e5019eb - Indent.</title>
        <link>http://src.rcs.uwaterloo.ca:8080/source/history/netbsd-src/etc/rc.d/network#a270487d77eb7fad00fa2deb6ed325583e5019eb</link>
        <description>Indent.

            List of files:
            /netbsd-src/etc/rc.d/network</description>
        <pubDate>Tue, 29 Apr 2014 09:58:18 +0000</pubDate>
        <dc:creator>uebayasi &lt;uebayasi@NetBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
