<?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 routing</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>46f18ecf8d3cdda1cd433841c44a4c1268ab9721 - rc: Use check_jail to check values of security.jail MIBs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/routing#46f18ecf8d3cdda1cd433841c44a4c1268ab9721</link>
        <description>rc: Use check_jail to check values of security.jail MIBsPR:		282404Reviewed by:	markj, netchildApproved by:	markj (mentor)MFC after:	2 weeksEvent:		Berlin Hackathon 202507Differential Revision:	https://reviews.freebsd.org/D47329

            List of files:
            /freebsd/libexec/rc/rc.d/routing</description>
        <pubDate>Sat, 12 Jul 2025 18:20:32 +0200</pubDate>
        <dc:creator>Mateusz Piotrowski &lt;0mp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f99f0ee14e3af81c23150a6a340259ca8a33d01a - rc.d: add a service jails config to all base system services</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/routing#f99f0ee14e3af81c23150a6a340259ca8a33d01a</link>
        <description>rc.d: add a service jails config to all base system servicesThis gives more permissions to services (e.g. network access toservices which require this) when they are started as an automaticservice jail.The sshd patch is important for the sshd-related functionality asdescribed in the man-page in the service jails part.The location of the added env vars is supposed to allow overriding themin rc.conf, and to hard-disable the use of svcj for some parts where itdoesn&apos;t make sense or will not work.Only a subset of all of the services are fully tested (I&apos;m running thissince more than a year with various services started as service jails).The untested parts should be most of the time ok, in some edge-casesmore permissions are needed inside the service jail.Differential Revision:	https://reviews.freebsd.org/D40371

            List of files:
            /freebsd/libexec/rc/rc.d/routing</description>
        <pubDate>Wed, 22 May 2024 15:31:47 +0200</pubDate>
        <dc:creator>Alexander Leidinger &lt;netchild@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf - Remove $FreeBSD$: one-line sh pattern</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/routing#d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf</link>
        <description>Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/

            List of files:
            /freebsd/libexec/rc/rc.d/routing</description>
        <pubDate>Wed, 16 Aug 2023 19:55:03 +0200</pubDate>
        <dc:creator>Warner Losh &lt;imp@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f55ef85748e48f5d70c3dbff7af1567076c79a1e - etc/rc.d/routing: use find_system_scripts</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/routing#f55ef85748e48f5d70c3dbff7af1567076c79a1e</link>
        <description>etc/rc.d/routing: use find_system_scriptsIn 3693d9140e05aba9942232df13468f51a6cde136 /etc/rc switched to usingfind_system_scripts rather than directly including /etc/rc.d/* in thelist of scripts to run in order to skip .pkgsave files.  Follow suitin etc/rc.d/routing.Sponsored by:	DARPA

            List of files:
            /freebsd/libexec/rc/rc.d/routing</description>
        <pubDate>Sat, 08 Jul 2023 00:25:11 +0200</pubDate>
        <dc:creator>Brooks Davis &lt;brooks@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>f81be7a8318b178e406c12d98f78cfa2a4229af7 - rc.d/routing: Correct setting default gateway for each FIB</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/routing#f81be7a8318b178e406c12d98f78cfa2a4229af7</link>
        <description>rc.d/routing: Correct setting default gateway for each FIBThere was a mistake in the previous commit, it used the incorrectspelling of the FIB variable name and was not functionalAlso corrects an issue with the IPv6 default route variable name.Fixes:	30659d1dcbcc (&quot;Add support for adding default routes for other FIBs&quot;)Sponsored-by:	ScaleEngine Inc.Differential Revision:	https://reviews.freebsd.org/D37685

            List of files:
            /freebsd/libexec/rc/rc.d/routing</description>
        <pubDate>Mon, 26 Jun 2023 20:40:21 +0200</pubDate>
        <dc:creator>Andrew Fengler &lt;andrew.fengler@scaleengine.com&gt;</dc:creator>
    </item>
<item>
        <title>30659d1dcbcc92016833f0956461314ed501ac83 - Add support for adding default routes for other FIBs</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/routing#30659d1dcbcc92016833f0956461314ed501ac83</link>
        <description>Add support for adding default routes for other FIBsMake rc.d/routing read defaultrouter_fibN and ipv6_defaultrouter_fibN, andset it as the default gateway for FIB N, where N is from 1 to (net.fibs - 1)This allows adding gateways for multiple FIBs in the same format as the maingateway. (FIB 0)Reviewed by:	olivier, rgrimes, bcr (man page)Sponsored by:	ScaleEngine Inc.Differential Revision:	https://reviews.freebsd.org/D22706

            List of files:
            /freebsd/libexec/rc/rc.d/routing</description>
        <pubDate>Wed, 12 May 2021 03:59:10 +0200</pubDate>
        <dc:creator>Andrew Fengler &lt;andrew.fengler@scaleengine.com&gt;</dc:creator>
    </item>
<item>
        <title>7119cdc22599f50dd4352f391675ab4cf7c70c72 - Make ICMP redirect processing depend on routing daemon.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/routing#7119cdc22599f50dd4352f391675ab4cf7c70c72</link>
        <description>Make ICMP redirect processing depend on routing daemon.Submitted by:	 lutz at donnerhacke.deReviewed by:	melifaro,rgrimesDifferential Revision:	https://reviews.freebsd.org/D23329

            List of files:
            /freebsd/libexec/rc/rc.d/routing</description>
        <pubDate>Mon, 23 Mar 2020 16:27:10 +0100</pubDate>
        <dc:creator>Alexander V. Chernikov &lt;melifaro@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>c6879c6c14eedbd060ba588a3129a6c60ebbe783 - Merge ^/head r339015 through r339669.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/routing#c6879c6c14eedbd060ba588a3129a6c60ebbe783</link>
        <description>Merge ^/head r339015 through r339669.

            List of files:
            /freebsd/libexec/rc/rc.d/routing</description>
        <pubDate>Tue, 23 Oct 2018 23:09:37 +0200</pubDate>
        <dc:creator>Dimitry Andric &lt;dim@FreeBSD.org&gt;</dc:creator>
    </item>
<item>
        <title>0696600c41600d80bcd993bfd8e675d0ae6951fe - Move the rc framework out of sbin/init into libexec/rc.</title>
        <link>http://kernelsources.org:8080/source/history/freebsd/libexec/rc/rc.d/routing#0696600c41600d80bcd993bfd8e675d0ae6951fe</link>
        <description>Move the rc framework out of sbin/init into libexec/rc.The reasons for this are forward looking to pkgbase: * /sbin/init is a special binary; try not to replace it with   every package update because an rc script was touched.   (a follow-up commit will make init its own package) * having rc in its own place will allow more easy replacement   of the rc framework with alternatives, such as openrc.Discussed with:		brd (during BSDCam), kmooreRequested by:		cem, bzPR:			231522Approved by:		re (gjb)

            List of files:
            /freebsd/libexec/rc/rc.d/routing</description>
        <pubDate>Wed, 17 Oct 2018 18:49:11 +0200</pubDate>
        <dc:creator>Bjoern A. Zeeb &lt;bz@FreeBSD.org&gt;</dc:creator>
    </item>
</channel>
</rss>
