No description
Find a file
Mark Stapp 6e2bd30b0b
Merge pull request #19961 from hedrok/19506-bgp-multiple-labels
bgp: Support multiple labels in BGP-LU
2025-11-26 09:06:23 -05:00
.github github: enable Ubuntu 24.04 amd64/arm64 CI 2025-11-03 20:44:53 -06:00
alpine alpine: Drop libacl package 2025-11-10 11:54:20 +02:00
babeld babeld: Declarations should have variable names 2025-11-07 10:54:55 -05:00
bfdd bfdd: Return an error before using negative fd for setsockopt() 2025-10-29 10:02:48 +02:00
bgpd Merge pull request #19961 from hedrok/19506-bgp-multiple-labels 2025-11-26 09:06:23 -05:00
debian debian, redhat: update changelog with 10.5.0 release 2025-11-17 23:19:35 -06:00
doc Merge pull request #20077 from opensourcerouting/feature/ospfv2_set_forwarder_address 2025-11-25 11:34:58 -05:00
docker docker: Move apk dependencies into APKBUILD file 2025-11-10 16:50:42 +02:00
eigrpd eigrpd: Declarations should have variable names 2025-11-07 10:54:55 -05:00
fpm fpm: guard against garbage in unused address bytes 2025-01-29 16:48:37 +01:00
gdb gdb: Add a walk_bgp_table macro 2025-10-10 12:21:27 -04:00
grpc build: throw in a few more XREF_SETUP 2024-05-09 18:02:49 +02:00
include include: Copy over new nexthop.h 2025-09-05 08:46:20 -04:00
isisd ospfd/isisd: fix sr local block request bug, bitmap should be uint64_t as SRLB_BLOCK_SIZE=64 2025-11-25 17:20:33 +08:00
ldpd ldpd: Declarations should have variable names 2025-11-07 10:54:55 -05:00
lib Merge pull request #20094 from soumyar-roy/soumya/id_pool_null_check 2025-11-21 08:37:06 -06:00
m4 *: SPDX license spring cleaning 2025-05-24 20:49:19 +02:00
mgmtd *: Stop using thread as a variable name 2025-11-03 14:27:17 -05:00
mlag build: throw in a few more XREF_SETUP 2024-05-09 18:02:49 +02:00
nhrpd nhrpd: Initialize variable 2025-11-10 09:07:36 -05:00
ospf6d ospf6d: Declarations should have variable names 2025-11-07 10:54:55 -05:00
ospfclient *: Stop using thread as a variable name 2025-11-03 14:27:17 -05:00
ospfd Merge pull request #20112 from arikauppi/ospfd-do-not-age-fixes 2025-11-25 14:34:45 -05:00
pathd pathd: Declarations should have variable names 2025-11-07 10:54:55 -05:00
pbrd pbrd: fix memleak during pbr map deletion 2025-10-28 02:30:00 -07:00
pceplib build: replace GNU_LINUX with __linux__ in .h 2025-05-24 07:35:50 +02:00
pimd pimd: Prevent crash on interface removal 2025-11-20 17:03:56 -08:00
pkgsrc build: homologize path handling 2024-01-27 19:02:52 +01:00
python *: fix add unsigned long support to RANGE token CLI 2025-10-27 10:56:27 +01:00
qpb qpb: Cleanup qpb headers 2025-11-07 10:54:55 -05:00
redhat debian, redhat: update changelog with 10.5.0 release 2025-11-17 23:19:35 -06:00
ripd ripd: Declarations should have variable names 2025-11-07 10:54:55 -05:00
ripngd ripngd: Declarations should have variable names 2025-11-07 10:54:55 -05:00
sharpd *: Stop using thread as a variable name 2025-11-03 14:27:17 -05:00
snapcraft build: remove --disable-rtadv option 2025-05-30 10:03:57 +02:00
staticd *: Provide interface when installing/uninstalling SRv6 uA SIDs 2025-11-06 10:50:35 +00:00
tests Merge pull request #19961 from hedrok/19506-bgp-multiple-labels 2025-11-26 09:06:23 -05:00
tools tools: increase the number of FD in frr.service 2025-11-25 10:06:16 -08:00
vrrpd vrrpd: [Mem leak] Vrrp interface delete fails to free connected route 2025-11-17 22:23:46 -08:00
vtysh vtysh: Declarations should have variable names 2025-11-07 10:54:55 -05:00
watchfrr *: Stop using thread as a variable name 2025-11-03 14:27:17 -05:00
yang isisd: Do not use yang:timestamp 2025-11-08 07:38:03 -05:00
zebra Merge pull request #20093 from fdumontet6WIND/netlink_sid 2025-11-26 08:30:18 +01:00
.clang-format Revert "tools: add KeepEmptyLinesAtEOF to clang-format" 2025-07-10 10:51:00 -04:00
.dockerignore
.flake8 style: add format checker config that matches FRR style standards 2023-04-18 05:18:26 -04:00
.git-blame-ignore-revs *: Add commit to .git-blame-ignore-revs 2025-11-06 12:38:07 -05:00
.gitignore python: add tool to expand typesafe definitions 2024-04-29 17:37:49 +02:00
.isort.cfg style: add format checker config that matches FRR style standards 2023-04-18 05:18:26 -04:00
.pylintrc tests: add another directory to search path for pylint 2025-03-24 05:10:36 +00:00
.travis.yml lib: libyang2 add missed conversion 2021-05-17 22:13:59 -04:00
bootstrap.sh build: turn on automake warnings (& symlinks) 2021-04-21 15:42:37 +02:00
buildtest.sh build: remove --disable-rtadv option 2025-05-30 10:03:57 +02:00
config.version.in
configure.ac build: enable epoll in the event lib by default -
COPYING *: sort out & explain licenses used in FRR 2023-02-09 12:46:13 +01:00
Makefile.am build: use nobase_ for headers to support out-of-tree dplane plugins 2025-10-14 19:50:20 +02:00
README.md doc: Fix the link that points to Slack invitation in README 2022-03-24 13:13:37 +02:00
stamp-h.in
version.h *: clear up copyright/SPDX on NetDEF "owned" files 2025-05-24 21:28:09 +02:00

Icon

FRRouting

FRR is free software that implements and manages various IPv4 and IPv6 routing protocols. It runs on nearly all distributions of Linux and BSD and supports all modern CPU architectures.

FRR currently supports the following protocols:

  • BGP
  • OSPFv2
  • OSPFv3
  • RIPv1
  • RIPv2
  • RIPng
  • IS-IS
  • PIM-SM/MSDP
  • LDP
  • BFD
  • Babel
  • PBR
  • OpenFabric
  • VRRP
  • EIGRP (alpha)
  • NHRP (alpha)

Installation & Use

For source tarballs, see the releases page.

For Debian and its derivatives, use the APT repository at https://deb.frrouting.org/.

Instructions on building and installing from source for supported platforms may be found in the developer docs.

Once installed, please refer to the user guide for instructions on use.

Community

The FRRouting email list server is located here and offers the following public lists:

Topic List
Development dev@lists.frrouting.org
Users & Operators frog@lists.frrouting.org
Announcements announce@lists.frrouting.org

For chat, we currently use Slack. You can join by clicking the "Slack" link under the Participate section of our website.

Contributing

FRR maintains developer's documentation which contains the project workflow and expectations for contributors. Some technical documentation on project internals is also available.

We welcome and appreciate all contributions, no matter how small!

Security

To report security issues, please use our security mailing list:

security [at] lists.frrouting.org