Port details |
- frr9 IP routing protocol suite including BGP, IS-IS, OSPF, BABEL and RIP
- 9.1.2_1 net =3 9.1.2Version of this port present on the latest quarterly branch.
- Maintainer: olivier@FreeBSD.org
- Port Added: 2023-10-05 13:45:13
- Last Update: 2024-10-08 11:07:51
- Commit Hash: 7f3171d
- People watching this port, also watch:: isc-dhcp44-server, krb5, wireguard-go, py39-ansible-iocage, py39-ansible
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- Conflicts:
- CONFLICTS:
- frr8
- frr10
- openbgpd
- openospfd
- quagga
- zebra
- To install the port:
- cd /usr/ports/net/frr9/ && make install clean
- To add the package, run one of these commands:
- pkg install net/frr9
- pkg install frr9
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: frr9
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1727171441
SHA256 (FRRouting-frr-frr-9.1.2_GH0.tar.gz) = a23ab9aba5c45d919f9c6d14febfad8a797b7f63272bde4009c70ff77aac3a77
SIZE (FRRouting-frr-frr-9.1.2_GH0.tar.gz) = 10790677
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- net/frr9-pythontools
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-sphinx>=0,1 : textproc/py-sphinx@py311
- bison : devel/bison
- gmake>=4.4.1 : devel/gmake
- makeinfo : print/texinfo
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- libtoolize : devel/libtool
- Runtime dependencies:
-
- indexinfo : print/indexinfo
- Library dependencies:
-
- libcares.so : dns/c-ares
- libjson-c.so : devel/json-c
- libpcre2-8.so : devel/pcre2
- libprotobuf-c.so : devel/protobuf-c
- libyang.so.2 : net/libyang2
- libunwind.so : devel/libunwind
- librtr.so : net-mgmt/rtrlib
- libssh.so : security/libssh
- libreadline.so.8 : devel/readline
- This port is required by:
- for Run
-
- net/frr9-pythontools
Configuration Options:
- ===> The following configuration options are available for frr9-9.1.2_1:
BACKTRACE=on: Enable backtrace
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: Allow 64 multipath routes (16 default)
PAM=off: Use libpam for PAM support in vtysh
RPKI=on: Add BGP RPKI (RFC 6810) support
SHARPD=off: Build sharpd
SHELLACCESS=off: Allow users to access shell/telnet/ssh
SNMP=off: SNMP support
TCMALLOC=off: Use tcmalloc
===> Use 'make config' to modify these settings
- Options name:
- net_frr9
- USES:
- autoreconf bison compiler:c++11-lang gmake libtool makeinfo pkgconfig python:build readline shebangfix
- pkg-message:
- For install:
- Beware that remote control of frr9 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
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
9.1.2_1 08 Oct 2024 11:07:51 |
Olivier Cochard (olivier) |
net/frr*: Bump PORTREVISION after libssh update
PR: 281935
Reported by: Jason Tubnor <jason@tubnor.net> |
9.1.2 29 Sep 2024 23:30:23 |
Olivier Cochard (olivier) |
net/frr10: Add new branch 10
ChangeLog: https://github.com/FRRouting/frr/releases/tag/frr-10.1.1
PR: 278384
Reported by: pi |
9.1.2 24 Sep 2024 13:46:43 |
Olivier Cochard (olivier) |
net/frr9: Update to 9.1.2
The RC script was almost completely rewritten to align with upstream and match
the new defaults:
- Use integrated mode (only one configuration file);
- Use watchfrr, which is responsible for starting, monitoring, and stopping
daemons;
- Use the upstream recommended flags for all daemons (vty bound to localhost).
ChangeLog: https://github.com/FRRouting/frr/releases/tag/frr-9.1.2
Reported by: portscout |
9.1.1 28 Jun 2024 16:50:25 |
Olivier Cochard (olivier) |
net/frr9: Update to 9.1.1
ChangeLog: https://frrouting.org/release/9.1.1/
Reported by: portscout
MFH: 2024Q2
Security: CVE-2024-31950
Security: CVE-2024-31951
Security: CVE-2024-31949
Sponsored by: Netflix |
9.1_2 19 Mar 2024 12:16:13 |
Yasuhiro Kimura (yasu) |
net/frr9: Move man pages to share/man
Approved by: portmgr (blanket) |
9.1_1 14 Jan 2024 17:23:19 |
Olivier Cochard (olivier) |
net/frr9: Fix rc script with staticd
PR: 276333
Reported by: pi |
9.1 29 Nov 2023 14:36:51 |
Olivier Cochard (olivier) |
net/frr9: Update to 9.1
Changelog: https://github.com/FRRouting/frr/releases/tag/frr-9.1 |
9.0.1_1 16 Nov 2023 10:39:30 |
Olivier Cochard (olivier) Author: R. Christian McDonald |
net/frr[89]: fix frr-reload finding frr-reload.py
PR: 275095
Sponsored by: Rubicon Communications, LLC ("Netgate") |
9.0.1 05 Oct 2023 14:31:37 |
Olivier Cochard (olivier) |
net/frr7: Removing branch 7 from the tree
With the introduction of frr 9.x, it is no longer necessary to keep
frr 7.x.
Event: Oslo Hackathon at Modirum |
9.0.1 05 Oct 2023 13:43:21 |
Olivier Cochard (olivier) |
net/frr9: New major version 9.0.1 of FRRouting
ChangeLog: https://frrouting.org/release/9.0.1/
PR: 273790
Reported by: R. Christian McDonald <rcm@rcm.sh>
Sponsored by: Rubicon Communications, LLC ("Netgate")
Event: Oslo Hackathon at Modirum |