Package Details: frr 10.1.1-2

Git Clone URL: https://aur.archlinux.org/frr.git (read-only, click to copy)
Package Base: frr
Description: FRRouting (quagga fork) supports BGP, OSPF, ISIS, RIP, PIM, LDP, BFD, VRRP, NHRP and EIGRP
Upstream URL: https://frrouting.org
Keywords: bgp ecmp isis ospf vrrp
Licenses: GPL2
Conflicts: babeld, quagga, quagga_cumulus
Provides: quagga, quagga_cumulus
Submitter: k0ste
Maintainer: k0ste
Last Packager: k0ste
Votes: 15
Popularity: 1.02
First Submitted: 2017-02-04 15:24 (UTC)
Last Updated: 2024-10-21 17:40 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

eugeneai commented on 2019-06-23 00:13 (UTC) (edited on 2019-06-23 00:14 (UTC) by eugeneai)

I've prepared a package version with improved patches and missing routines included, tested it on my VPN infrastructure of five routers (ospfd and ospfv6d daemons). Works well.

Service is frr.service, that starts frr not frrinit.sh.

https://github.com/eugeneai/frr-arch (a clone of this repo).

Evgeny

eugeneai commented on 2019-05-27 03:35 (UTC)

(about removing endless recursion patch) I've menuioned, that the bug is in the bug list already.https://github.com/FRRouting/frr/issues/852

k0ste commented on 2019-05-10 13:42 (UTC)

@mooteel thanks. Yep, I use outdated version.

napaster commented on 2019-05-10 11:19 (UTC) (edited on 2019-05-10 11:20 (UTC) by napaster)

Please add this patch. I have 6 instance, but default 5 instance

--- frr 2019-05-10 15:22:28.000000000 +0700
+++ frr.patch   2019-05-10 17:52:37.953763800 +0700
@@ -26,7 +26,7 @@
 # See /usr/share/doc/frr/README.Debian.gz for further information.
 # Keep zebra first and do not list watchfrr!
 DAEMONS="zebra bgpd ripd ripngd ospfd ospf6d isisd babeld pimd ldpd nhrpd eigrpd sharpd pbrd staticd bfdd fabricd"
-MAX_INSTANCES=5
+MAX_INSTANCES=6
 RELOAD_SCRIPT="$D_PATH/frr-reload.py"

 if [ -e /lib/lsb/init-functions ]; then
@@ -508,7 +508,7 @@
 # Read configuration variable file if it is present
 [ -r /etc/default/frr ] && . /etc/default/frr

-MAX_INSTANCES=${MAX_INSTANCES:=5}
+MAX_INSTANCES=${MAX_INSTANCES:=6}

 # Set priority of un-startable daemons to 'no' and substitute 'yes' to '0'
 convert_daemon_prios

mooteel commented on 2019-05-10 11:16 (UTC)

@Kido and @k0ste, same error here but it looks like this issue is known upstream and should be fixed in the next release: https://github.com/FRRouting/frr/issues/4208#issuecomment-487206338

Kido commented on 2019-05-10 06:27 (UTC)

@k0ste, I've made VM with fresh archlinux installation and I'm getting the same error. I can upload VM (.ova image) somewhere. I also got error in "make test" while compiling rtrlib on which frr depends.

k0ste commented on 2019-05-09 05:24 (UTC)

@Kido, I can't reproduce this issue.

https://gist.github.com/k0ste/e3c3ace6dc534cca57e6d621dfb5234c

Kido commented on 2019-05-09 04:26 (UTC)

Can't build 7.0-2, it fails on test: lib/northbound/test_oper_data.py::TestNbOperData::test_refout FAILED [ 99%]

Full output: https://gist.github.com/kido5217/c1a4f053b870633ca1cb92fba68bd973

k0ste commented on 2019-03-27 07:13 (UTC)

eugeneai, you can use Markdown for insert patches. About route optimization patches - can you share github issues for this?