Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Jun 2018 07:24:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229136] net/frr: Implementing ospf instances in the startup script
Message-ID:  <bug-229136-7788@https.bugs.freebsd.org/bugzilla/>

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

            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@FreeBSD.org
          Reporter: pautina@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=3D"YES"
frr_daemons=3D"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/7c8ff89e9346227f0e721f7686=
d4c4d58f9c9135

--=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-229136-7788>