Port details |
- frr4 IP routing protocol suite including BGP, IS-IS, OSPF and RIP
- 4.0.1_1 net
=0 4.0.1_1Version of this port present on the latest quarterly branch.
- Maintainer: olivier@FreeBSD.org
- Port Added: 2018-06-02 07:42:59
- Last Update: 2019-04-16 09:56:54
- SVN Revision: 499086
- Also Listed In: ipv6
- License: GPLv2
- WWW:
- https://frrouting.org/
- 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/
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- openbgpd
- openospfd
- zebra
- quagga
- frr3
- frr5
- frr6
- frr7
- No installation instructions:
- This port has been deleted.
- PKGNAME: frr4
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1546958139
SHA256 (FRRouting-frr-frr-4.0.1_GH0.tar.gz) = c897e32604215e4eb3af0bdc908ff3caed7343f0356ca3343d6177418ab0278f
SIZE (FRRouting-frr-frr-4.0.1_GH0.tar.gz) = 3990506
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gawk : lang/gawk
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- libtoolize : devel/libtool
- bison : devel/bison
- gmake : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- makeinfo : print/texinfo
- python2.7 : lang/python27
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libjson-c.so : devel/json-c
- librtr.so : net-mgmt/rtrlib
- libssh.so : security/libssh
- libreadline.so.8 : devel/readline
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for frr4-4.0.1_1:
FPM=off: Enable Forwarding Plane Manager support
LDPD=off: Build ldpd
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
TCMALLOC=off: Use tcmalloc
TCPSOCKETS=off: Use TCP/IP sockets for protocol daemons
VTYSH=on: Build integrated vty shell
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf bison compiler:c++11-lang gmake pkgconfig libtool makeinfo python:2.7,build readline
- pkg-message:
- 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 messages like "if_ioctl(SIOCGIFMEDIA) failed: Invalid argument" are
under investigation.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.0.1_1 16 Apr 2019 09:56:54 |
olivier |
Remove net/frr3 and net/frr4: Upstream no longer maintained |
4.0.1_1 15 Apr 2019 21:34:22 |
olivier |
New port: net/frr7 (7.0)
PR: 236508
Reported by: pautina@kharkiv.net |
4.0.1_1 09 Apr 2019 14:04:50 |
sunpoet |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
4.0.1 16 Mar 2019 09:00:10 |
tobik |
Fix more daemon typos |
4.0.1 08 Jan 2019 15:23:52 |
olivier |
Update to 4.0.1 |
4.0_7 08 Jan 2019 12:23:10 |
tobik |
Do not set INSTALL_TARGET twice |
4.0_7 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
4.0_6 10 Nov 2018 18:12:58 |
bapt |
Install texinfo files (GNU info) into ${PREFIX}/share/info
After a discussion on the mailing list on moving manpages to
${PREFIX}/share/man for consistency with base where it is
installed in usr/share/man, it appeared the same should happen
to GNU info files which were installed under share in base and
not in ports.
Now texinfo is not in base on any of the supported version of FreeBSD
it is possible to proceed to this move and it is easier to do than
the manpage change.
Other benefit than consistency are less patching: all build tools but
cmake are expecting info files to be under share/info and cmake (patched here)
was having an exception for BSD so the patch makes FreeBSD case less
specific for them
Bump revision of all impacted ports
PR: 232907
exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17816 |
4.0_5 22 Oct 2018 09:06:30 |
olivier |
New port: net/frr6 (6.0)
PR: 232122
Reported by: pautina@kharkiv.net |
4.0_5 06 Oct 2018 07:29:43 |
olivier |
Fix 2 bugs into the RC script (restart and quietstart)
PR: 231984
Submitted by: pautina@kharkiv.net |
4.0_4 05 Sep 2018 22:01:55 |
sunpoet |
Update devel/json-c to 0.13.1
- Add my LOCAL to MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/json-c/json-c/blob/master/ChangeLog
PR: 231007
Exp-run by: antoine |
4.0_3 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
4.0_2 12 Jul 2018 08:07:41 |
olivier |
Remove compile-time-bomb code (#if CONFDATE > 20180828) and backport patches
fixing crash with tunnel interfaces
Reported by: pkg-fallout
Sponsored by: Orange |
4.0_1 06 Jul 2018 07:36:07 |
olivier |
New port: net/frr5 (5.0.1).
PR: 229397
Reported by: pi
Sponsored by: Orange
Fix build with SNMP option.
PR: 228159
Reported by: pautina@kharkiv.net
Fix crash with gif/tun/gre interface.
PR: 228643
Reported by: mike@sentex.net |
4.0_1 20 Jun 2018 15:03:03 |
linimon |
Re-format USES line for readability, after previous commit. |
4.0_1 20 Jun 2018 15:01:42 |
linimon |
Fix mis-merge in previous commit.
Reported by: olivier
Pointy hat to: linimon |
4.0_1 18 Jun 2018 19:03:04 |
linimon |
Adjust USES to fix builds on gcc-based architectures.
While here, pet portlint.
Tested for no regression on amd64.
Approved by: portmgr (tier-2 blanket) |
4.0_1 16 Jun 2018 08:00:25 |
antoine |
frr4 fails to configure with python3 |
4.0_1 09 Jun 2018 09:03:09 |
antoine |
Remove dependency on the python metaport |
4.0_1 04 Jun 2018 05:12:03 |
olivier |
Due to stability problems with FRR 4.0, reintroduce previous FRR 3.0.3.
Merge watchfrr RC script from frr4 that was improved and update frr4's
conflicts port list.
Sponsored by: Orange |
4.0_1 02 Jun 2018 07:42:46 |
olivier |
Due to regression detected on FRR 4.0, preparing re-introduction of
FRR 3 branch by renaming frr to frr4.
Fixed a typo regarding my last modification into MOVED file too. |