Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 05 Oct 2018 19:11:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 231984] net/frr: After restarting the FRR service, zebra stops receiving routes from other services
Message-ID:  <bug-231984-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D231984

            Bug ID: 231984
           Summary: net/frr: After restarting the FRR service, zebra stops
                    receiving routes from other services
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pautina@kharkiv.net

This error is in all starting script of frr.

https://github.com/FRRouting/frr/issues/3136

to fix it need for frr5 and frr4 and frr3 start script add next line:

--- /usr/ports/net/frr5/files/frr.in    2018-03-25 10:44:59.000000000 +0300
+++ /usr/local/etc/rc.d/frr      2018-10-05 22:05:05.430493000 +0300
@@ -89,6 +89,7 @@
 {
        local ret
        ret=3D0
+       frr_cmd=3D$1
        for daemon in ${frr_daemons}; do
            command=3D%%PREFIX%%/sbin/${daemon}
            required_files=3D%%ETCDIR%%/${daemon}.conf

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-231984-7788>