[Bug 229136] net/frr: Implementing ospf instances in the startup script

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Jun 19 07:24:37 UTC 2018


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

            Bug ID: 229136
           Summary: net/frr: Implementing ospf instances in the startup
                    script
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs at FreeBSD.org
          Reporter: pautina at kharkiv.net

OSPF supports several instances and they work fine. But to run the second or
more instances need to manually run ospfd with key -n 1.
For example:

run default instance:

#cat /etc/rc.conf |grep frr
frr_enable="YES"
frr_daemons="zebra ospfd"
#/usr/local/etc/rc.d/frr start

run ospd with instance 1:

/usr/local/sbin/ospfd -d -n 1

run ospd with instance 1:

/usr/local/sbin/ospfd -d -n 2222.

And so on.

This is well described in this commit:
https://github.com/CumulusNetworks/quagga/commit/7c8ff89e9346227f0e721f7686d4c4d58f9c9135

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


More information about the freebsd-ports-bugs mailing list