<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[FFR Restart on configuration changes]]></title><description><![CDATA[<p dir="auto">Premise: I'm going under the assumption this is currently necessary for a configuration change to take effect, if in the future this changes to a reload or even live inserting changes, then it is no longer necessary.</p>
<p dir="auto">When pressing save on any of the FRR package pages a full restart seems to be triggered on the package, this is great if you're just developing with it however if you're using it to do a bit more then that it can cause some issues, especially when external peers and their anti-flapping timers are concerned.</p>
<p dir="auto">Is there a way to stop this behaviour and manually restart FRR? So a lot of changes can be made, and only restart once for all of them, rather than on each save?</p>
<p dir="auto">Any help would be appreciated.</p>
]]></description><link>https://forum.netgate.com/topic/145653/ffr-restart-on-configuration-changes</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 10:01:30 GMT</lastBuildDate><atom:link href="https://forum.netgate.com/topic/145653.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 11 Aug 2019 09:56:42 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FFR Restart on configuration changes on Fri, 24 Nov 2023 12:55:56 GMT]]></title><description><![CDATA[<p dir="auto">Hey all,</p>
<p dir="auto">I wanted to check in and close off this thread if possible, since it's been a while.</p>
<p dir="auto">Can I ask to confirm what he current pfSense behaviour is for FRR and if it still is a full restart on each config change, if there is any plans to change this behaviour going forwards? (cc <a class="plugin-mentions-user plugin-mentions-a" href="/user/jimp">@<bdi>jimp</bdi></a> )</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.netgate.com/post/1138177</link><guid isPermaLink="true">https://forum.netgate.com/post/1138177</guid><dc:creator><![CDATA[martafolf]]></dc:creator><pubDate>Fri, 24 Nov 2023 12:55:56 GMT</pubDate></item><item><title><![CDATA[Reply to FFR Restart on configuration changes on Wed, 21 Aug 2019 14:42:44 GMT]]></title><description><![CDATA[<p dir="auto">pfSense 2.5.0 snapshots are based on FreeBSD 12 and are already using FRR 7.0</p>
]]></description><link>https://forum.netgate.com/post/860315</link><guid isPermaLink="true">https://forum.netgate.com/post/860315</guid><dc:creator><![CDATA[jimp]]></dc:creator><pubDate>Wed, 21 Aug 2019 14:42:44 GMT</pubDate></item><item><title><![CDATA[Reply to FFR Restart on configuration changes on Wed, 21 Aug 2019 14:20:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimp">@<bdi>jimp</bdi></a></p>
<p dir="auto">looking at the FRR github pages, especially the "open issues" and the results of the automatic testing, leads me to the opinion, that the FRR suite needs more work and time to get a reliable beta state. Automatic testing finds lots of failures in the operations, even on the 7.X releases, which shows that the FRR 6.X package isnt tested anymore on freebsd 12, so there is time to update to FRR 7.x on Pfsense.</p>
<p dir="auto">To solve the reload issue we can only trust at your work and experience. You mentioned the unified configuration feature (frr.conf) which is already included in FRR and the reload script. To adopt the current pfsense package and GUI to this may be huge work. You have done lots of work to improve the FRR package, so dont stop half the way. I think this would be a major enhancement of the whole dynamic routing package in Pfsense. On the other hand : if  a change of firewall rules would cause an interrupt of all packet forwards in Pfsense, it would be really problematic and there are good reasons, that this is not the case.</p>
<p dir="auto">Next point for sure, but there is already a feature request, sync FRR within CARP, this  maybe easier with an unified configuration file (frr.conf) so we get two flies with one stone.</p>
]]></description><link>https://forum.netgate.com/post/860304</link><guid isPermaLink="true">https://forum.netgate.com/post/860304</guid><dc:creator><![CDATA[pete35]]></dc:creator><pubDate>Wed, 21 Aug 2019 14:20:07 GMT</pubDate></item><item><title><![CDATA[Reply to FFR Restart on configuration changes on Wed, 21 Aug 2019 12:20:57 GMT]]></title><description><![CDATA[<p dir="auto">That doesn't really matter. That's just the rc script that makes it easier to run it in a standard rc script way. IIRC Some aspects of FRR can be reloaded with a SIGHUP but we've seen that fail before, it doesn't quite do what you think it does, and doesn't always catch all changes, especially to interfaces that connect/disconnect/change addresses.</p>
]]></description><link>https://forum.netgate.com/post/860276</link><guid isPermaLink="true">https://forum.netgate.com/post/860276</guid><dc:creator><![CDATA[jimp]]></dc:creator><pubDate>Wed, 21 Aug 2019 12:20:57 GMT</pubDate></item><item><title><![CDATA[Reply to FFR Restart on configuration changes on Mon, 19 Aug 2019 19:13:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimp">@<bdi>jimp</bdi></a><br />
the Freebsd implemention of FRR seems to lack "service frr reload" which would be essential for a dynamic reload of the configuration. this command should read all the configs and reload the daemons without interrupting the running operations, at least the manuals of FRR are mentioning that. Am i wrong? Maybe we can have the reload command from FRR?</p>
<p dir="auto">Shell Output - service frr reload<br />
/usr/local/etc/rc.d/frr: unknown directive 'reload'.<br />
Usage: /usr/local/etc/rc.d/frr [fast|force|one|quiet](start|stop|restart|rcvar|enabled|describe|extracommands|configtest|status|poll)</p>
]]></description><link>https://forum.netgate.com/post/859887</link><guid isPermaLink="true">https://forum.netgate.com/post/859887</guid><dc:creator><![CDATA[pete35]]></dc:creator><pubDate>Mon, 19 Aug 2019 19:13:30 GMT</pubDate></item><item><title><![CDATA[Reply to FFR Restart on configuration changes on Wed, 14 Aug 2019 14:43:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimp">@<bdi>jimp</bdi></a> I would normally agree with this, but sometimes the changes you do are in response to things that <em>are</em> affecting your operation, such as a peer experiencing issues and needing to be disabled, or priorities changed. Changing these settings shouldn’t cause several minutes of outage on the entire platform.</p>
]]></description><link>https://forum.netgate.com/post/858843</link><guid isPermaLink="true">https://forum.netgate.com/post/858843</guid><dc:creator><![CDATA[martafolf]]></dc:creator><pubDate>Wed, 14 Aug 2019 14:43:08 GMT</pubDate></item><item><title><![CDATA[Reply to FFR Restart on configuration changes on Wed, 14 Aug 2019 14:01:38 GMT]]></title><description><![CDATA[<p dir="auto">I get what you're saying but if it's that critical you should not be making changes outside of a set maintenance window off-hours. If you're making random changes in the middle of the day and disrupting your business, that's not the fault of the package.</p>
]]></description><link>https://forum.netgate.com/post/858838</link><guid isPermaLink="true">https://forum.netgate.com/post/858838</guid><dc:creator><![CDATA[jimp]]></dc:creator><pubDate>Wed, 14 Aug 2019 14:01:38 GMT</pubDate></item><item><title><![CDATA[Reply to FFR Restart on configuration changes on Wed, 14 Aug 2019 05:49:09 GMT]]></title><description><![CDATA[<p dir="auto">We don´t need OSPF/BGP for playing around on a few links to other sites. Usually dynamic routing is for large sites starting from tens of routes. Adding or deleting a new connection in Pfsense/FRR package causes clearing all FRR routes from the routing table (!) which leads to major timeouts and interrupts on all services on the dynamic routing connections. The routes are inserted afterwards (after FRR restart), but the timeouts are far to long.<br />
I minimzed the OSPF timings to the absolute minimum, but that causes lots of traffic, when douzens of connections on weak WAN connections talk to eachother and even that causes long timeouts.<br />
This is really unusable on production sites. So please don´t clear/touch other routes, when something on FRR changes. With Cisco OSPF there aren´t such interrupts, just the altered route pops up or gets deleted.</p>
]]></description><link>https://forum.netgate.com/post/858799</link><guid isPermaLink="true">https://forum.netgate.com/post/858799</guid><dc:creator><![CDATA[pete35]]></dc:creator><pubDate>Wed, 14 Aug 2019 05:49:09 GMT</pubDate></item><item><title><![CDATA[Reply to FFR Restart on configuration changes on Mon, 12 Aug 2019 20:59:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/jimp">@<bdi>jimp</bdi></a> Perhaps it could simply be an option with the default set to the current behaviour?</p>
<p dir="auto">It's just quite frustrating when you know pressing save will probably cause an alert at someone else's end cause the session flapped. <img src="https://forum.netgate.com/assets/plugins/nodebb-plugin-emoji/emoji/android/1f613.png?v=717669fab53" class="not-responsive emoji emoji-android emoji--sweat" style="height:23px;width:auto;vertical-align:middle" title=":sweat:" alt="😓" /></p>
]]></description><link>https://forum.netgate.com/post/858555</link><guid isPermaLink="true">https://forum.netgate.com/post/858555</guid><dc:creator><![CDATA[martafolf]]></dc:creator><pubDate>Mon, 12 Aug 2019 20:59:29 GMT</pubDate></item><item><title><![CDATA[Reply to FFR Restart on configuration changes on Mon, 12 Aug 2019 20:03:05 GMT]]></title><description><![CDATA[<p dir="auto">You can also get it where you need to be and switch to custom configuration files instead.</p>
<p dir="auto">Then you could make a set of changes with one save/restart.</p>
]]></description><link>https://forum.netgate.com/post/858537</link><guid isPermaLink="true">https://forum.netgate.com/post/858537</guid><dc:creator><![CDATA[Derelict]]></dc:creator><pubDate>Mon, 12 Aug 2019 20:03:05 GMT</pubDate></item><item><title><![CDATA[Reply to FFR Restart on configuration changes on Mon, 12 Aug 2019 18:17:33 GMT]]></title><description><![CDATA[<p dir="auto">At the moment there isn't a good way to do that. It might be possible to reengineer the package to work that way in the future, but it would have to be very vocal about making the user go and manually apply changes. Users have enough trouble remembering to do that for squidGuard I am hesitant to make FRR work that way unconditionally.</p>
<p dir="auto">There is also <a href="https://github.com/FRRouting/frr/blob/master/tools/frr-reload.py" target="_blank" rel="noopener noreferrer nofollow ugc">a script for FRR that might be helpful</a>, though it would also require that the FRR package be changed in a number of ways to take advantage of it, starting with using a single unified FRR config file instead of per-daemon files.</p>
]]></description><link>https://forum.netgate.com/post/858523</link><guid isPermaLink="true">https://forum.netgate.com/post/858523</guid><dc:creator><![CDATA[jimp]]></dc:creator><pubDate>Mon, 12 Aug 2019 18:17:33 GMT</pubDate></item></channel></rss>