[Bug 231984] net/frr: After restarting the FRR service, zebra stops receiving routes from other services

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Oct 5 19:11:33 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231984

            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 at FreeBSD.org
          Reporter: pautina at 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=0
+       frr_cmd=$1
        for daemon in ${frr_daemons}; do
            command=%%PREFIX%%/sbin/${daemon}
            required_files=%%ETCDIR%%/${daemon}.conf

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


More information about the freebsd-ports-bugs mailing list