Port details |
- frr7 IP routing protocol suite including BGP, IS-IS, OSPF and RIP
- 7.5.1_3 net
=1 7.5.1_3Version of this port present on the latest quarterly branch. - Maintainer: olivier@FreeBSD.org
 - Port Added: 2019-04-15 21:34:40
- Last Update: 2022-01-26 14:28:33
- Commit Hash: 8a633e7
- People watching this port, also watch:: json-c, rubywarden, sysinfo, miller
- License: GPLv2
- Description:
- FRRouting (FRR) is an IP routing protocol suite for Linux and Unix platforms
which includes protocol daemons for BGP, IS-IS, OSPF and RIP. FRR has its roots
in the Quagga project.
WWW: https://frrouting.org/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- For LIB depends:
- libfrr.so:net/frr7
- libfrrcares.so:net/frr7
- libfrrospfapiclient.so:net/frr7
- libfrrsnmp.so:net/frr7
- Conflicts:
- CONFLICTS:
- openbgpd
- openospfd
- zebra
- quagga
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/net/frr7/ && make install clean
- To add the package, run one of these commands:
- pkg install net/frr7
- pkg install frr7
- PKGNAME: frr7
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1615188530
SHA256 (FRRouting-frr-frr-7.5.1_GH0.tar.gz) = 030d4e66f577726dfea13bd3a9c669fd41d8fd89b25953a36b5b0966d406ff28
SIZE (FRRouting-frr-frr-7.5.1_GH0.tar.gz) = 6746148
- Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net/frr7-pythontools
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gawk : lang/gawk
- py38-sphinx>=0,1 : textproc/py-sphinx@py38
- bison : devel/bison
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- makeinfo : print/texinfo
- python3.8 : lang/python38
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libjson-c.so : devel/json-c
- libyang.so : net/libyang
- libpcre.so : devel/pcre
- libcares.so : dns/c-ares
- librtr.so : net-mgmt/rtrlib
- libssh.so : security/libssh
- libreadline.so.8 : devel/readline
- This port is required by:
- for Run
-
- net/frr7-pythontools
- Configuration Options:
- ===> The following configuration options are available for frr7-7.5.1_3:
CONFIGROLLBACKS=off: Enable configuration rollback support
DATACENTER=off: Use reduced BGP timers
FPM=on: Enable Forwarding Plane Manager support
LDPD=off: Build ldpd
MANPAGES=on: Build and/or install manual pages
MULTIPATH=off: Enable multipath function
PAM=off: Use libpam for PAM support in vtysh
RPKI=on: Add BGP RPKI (RFC 6810) support
SHELLACCESS=off: Allow users to access shell/telnet/ssh
SNMP=off: SNMP support
TCMALLOC=off: Use tcmalloc
VTYSH=on: Build integrated vty shell
===> Use 'make config' to modify these settings
- Options name:
- net_frr7
- USES:
- autoreconf bison compiler:c++11-lang gmake pkgconfig libtool makeinfo python:build,3.6+ readline shebangfix
- pkg-message:
- For install:
- Beware that remote control of frr7 daemons over TCP sockets is enabled by
default.
Use daemon flags in /etc/rc.conf to disable it if unneeded, for example:
zebra_flags="-P0"
ospfd_flags="-P0"
FRR's OSPF daemons tries to allocate big socket buffer, so generate warning
messages like:
"setsockopt_so_sendbuf: fd 6: SO_SNDBUF set to 1048576 (requested 8388608)"
To prevent such message kern.ipc.maxsockbuf can be increased:
sysctl kern.ipc.maxsockbuf=16777216
Error message "ifam_read() doesn't read all socket data" is under investigation
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
26 Jan 2022 14:28:33 7.5.1_3
|
Olivier Cochard (olivier)  |
net/frr7: Fix build
PR: 260430
Reported by: O. Hartmann <ohartmann@walstatt.org>
Obtained from: Franco Fichtner <franco@opnsense.org> |
28 Oct 2021 12:17:24 7.5.1_3
|
Olivier Cochard (olivier)  |
net/frr7: Fix warnings since latest libyang upgrade
PR: 259403
Reported by: John W. O'Brien <john@saltant.com> |
13 Oct 2021 15:20:41 7.5.1_2
|
Olivier Cochard (olivier)  |
net/frr7: Add c-ares support that was missing |
07 Apr 2021 08:09:01 7.5.1_1
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:13 7.5.1_1
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 7.5.1_1
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
24 Mar 2021 20:52:13
7.5.1_1
|
olivier  |
Fix rcvar declaration in rc script
PR: 254363
Reported by: fault.seg@laposte.net |
08 Mar 2021 10:41:29
7.5.1
|
olivier  |
Update to 7.5.1 |
15 Jan 2021 12:33:18
7.5_1
|
dbaio  |
net/frr7: Remove Python 2.7 support and PY_SPHINX
Approved by: portmgr blanket |
30 Nov 2020 11:57:09
7.5_1
|
olivier  |
Prevent crash by accessing memory not owned by ospfd.
Reported by: Thomas Hilse <thomas.hilse@cert-bund.de> |
10 Nov 2020 23:56:01
7.5
|
olivier  |
Update to 7.5 |
05 Oct 2020 07:48:17
7.4_4
|
olivier  |
Harden RC script by adding double quotes.
While here, document usage of frr_vtysh_boot.
PR: 250099
Submitted by: eugen |
22 Sep 2020 21:32:50
7.4_3
|
olivier  |
Fixing bug in frr-reload and while here fix a typo in the package name suffix
too.
Submitted by: Ben Hughes <bmhughes@bmhughes.co.uk>
Reported by: garga |
10 Sep 2020 10:13:52
7.4_2
|
olivier  |
Remove old net/frr6.
Reported by: pkg-fallout |
28 Aug 2020 20:53:23
7.4_2
|
olivier  |
Remove no more used option TCPSOCKETS.
Add a hint about safest way to run daemons.
PR: 248953
Submitted by: eugen |
24 Jul 2020 20:21:33
7.4_1
|
olivier  |
Fix crash on config read
PR: 248249
Submitted by: pi
Reported by: Raul Munos <raul.munoz@custos.es>, Juraj Lutter <juraj@lutter.sk> |
23 Jul 2020 20:16:30
7.4
|
olivier  |
- Update to 7.4
- Prepare to add frr-pythontools
- Fix some dependencies
PR: 247993
Reported by: garga |
27 May 2020 06:42:50
7.3.1
|
olivier  |
Fix duplicate line.
Reported by: lwhsu |
27 May 2020 06:22:11
7.3.1
|
olivier  |
Update to 7.3.1
PR: 246369
Submitted by: Kelei Chen <chenkolei@gmail.com> |
22 May 2020 19:20:42
7.3_2
|
sunpoet  |
Bump PORTREVISION for devel/json-c json-c |
21 May 2020 20:44:10
7.3_1
|
sunpoet  |
Fix build with json-c 0.14 |
11 May 2020 23:51:58
7.3_1
|
dbaio  |
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above ) |
09 May 2020 14:29:08
7.3_1
|
antoine  |
Clean up USES |
12 Apr 2020 16:00:59
7.3_1
|
olivier  |
Add 'service frr onerestart all' usage.
PR: 245480
Submitted by: Joe Greco <jgreco@ns.sol.net> |
12 Mar 2020 13:35:02
7.3
|
olivier  |
Update to 7.3. |
10 Feb 2020 16:35:14
7.2.1_1
|
olivier  |
Add 'dynamicrouting' to RC's PROVIDE, to help ICMP redirect processing depend
on routing daemon |
31 Jan 2020 16:06:03
7.2.1
|
olivier  |
Fixing pkg-plist when option LDPD is set
PR: 243599
Reported by: O. Hartmann <ohartmann@walstatt.org> |
18 Jan 2020 13:30:36
7.2.1
|
olivier  |
Update to 7.2.1 |
16 Oct 2019 13:08:11
7.2
|
olivier  |
Update to 7.2 |
09 Oct 2019 12:17:15
7.1
|
bapt  |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
21 Aug 2019 14:29:58
7.1
|
tobik  |
Fix "daemon" and "continuing" typos
"deamon" is back! |
14 Aug 2019 08:48:51
7.1
|
mat  |
Convert to UCL & cleanup pkg-message (categories n)
(and missed 3 missed files from previous categories.) |
10 Aug 2019 15:25:41
7.1
|
olivier  |
Update to 7.1 |
26 Jul 2019 20:46:57
7.0_1
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
28 May 2019 16:39:37
7.0
|
olivier  |
Restrict python versions used to build net/frr7
PR: 238171
Submitted by: koobs
Reported by: dgilbert@eicat.ca |
16 Apr 2019 09:56:54
7.0
|
olivier  |
Remove net/frr3 and net/frr4: Upstream no longer maintained |
15 Apr 2019 21:34:22
7.0
|
olivier  |
New port: net/frr7 (7.0)
PR: 236508
Reported by: pautina@kharkiv.net |