The FRRouting Protocol Suite
Find a file
David Lamparter 9cb089fc43 vtysh: add lib/resolver.c to vtysh_scan
Signed-off-by: David Lamparter <equinox@diac24.net>
2021-04-15 23:12:45 +02:00
.github .github: improve bug report template 2020-10-20 16:12:03 -04:00
alpine alpine: Remove old docker deps for alpine 2020-10-22 03:03:53 -04:00
babeld *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
bfdd Merge pull request #8100 from qlyoung/remove-sample-conf-files 2021-04-13 02:20:53 +02:00
bgpd Merge pull request #8431 from ton31337/feature/show_bgp_version_per_prefix 2021-04-13 11:33:22 -04:00
debian debian: install frr.conf to /etc/frr/ 2021-04-09 13:14:30 -04:00
doc Merge pull request #8431 from ton31337/feature/show_bgp_version_per_prefix 2021-04-13 11:33:22 -04:00
docker docker: centos 7, 8 yang bump and repo fixes 2021-01-22 07:32:17 -05:00
eigrpd *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
fpm *: Replace sizeof something to sizeof(something) 2020-03-08 21:44:53 +02:00
gdb bgpd: Convert binfo to path 2018-10-09 14:26:30 -04:00
grpc lib: don't ignore error messages generated during the commit apply phase 2020-08-14 21:37:14 -03:00
include zebra: move from NDA_NOTIFY to NDA_FDB_EXT_ATTRS 2020-12-11 12:13:36 -08:00
isisd *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
ldpd *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
lib vtysh: add lib/resolver.c to vtysh_scan 2021-04-15 23:12:45 +02:00
m4 build: test program needs to be warning-free 2021-03-22 08:41:14 -04:00
mlag zebra: Do not build mlag protobuf support if version 3 is not avail 2019-12-15 09:37:51 -05:00
nhrpd nhrpd: remove useless typedef 2021-04-13 08:58:54 +02:00
ospf6d *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
ospfclient *: require semicolon after FRR_DAEMON_INFO & co. 2021-03-17 06:18:39 +01:00
ospfd Merge pull request #8396 from achernavin22/ospf_fast_hello_show_run 2021-04-13 00:14:56 -03:00
pathd build: don't use $(top_srcdir) in vtysh_scan 2021-04-13 23:57:14 +02:00
pbrd *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
pceplib Merge pull request #8421 from opensourcerouting/xrelfo-arm 2021-04-12 08:07:05 -04:00
pimd *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
pkgsrc *: cleanup .gitignore files 2018-09-08 21:30:42 +02:00
python python: fix 32-bit pointers in xrelfo container_of 2021-04-08 00:01:07 +02:00
qpb build: add LLVM bitcode targets 2020-05-05 14:39:12 +02:00
redhat *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
ripd *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
ripngd *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
sharpd *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
snapcraft snapcraft: Update rtrlib to 0.7.0 2021-01-07 02:16:19 +01:00
staticd *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
tests Merge pull request #8145 from pguibert6WIND/nhrp_use_zebra 2021-04-13 08:02:56 -04:00
tools tools: add note to users re: frr.conf overwrite 2021-04-09 13:14:30 -04:00
vrrpd *: remove *.conf.sample files 2021-04-09 13:14:30 -04:00
vtysh vtysh: add lib/resolver.c to vtysh_scan 2021-04-15 23:12:45 +02:00
watchfrr *: require semicolon after FRR_DAEMON_INFO & co. 2021-03-17 06:18:39 +01:00
yang Merge pull request #8389 from idryzhov/route-map-optimization-nb 2021-04-13 00:26:20 -03:00
zebra build: don't use $(top_srcdir) in vtysh_scan 2021-04-13 23:57:14 +02:00
.clang-format clang-format: add FOREACH_SAFI to the ForEachMacros list 2020-08-03 12:18:24 -03:00
.dir-locals.el tools: fix emacs configuration file 2019-11-04 11:45:52 -03:00
.dockerignore docker: Make docker image on CentOS 7 2019-11-26 19:29:30 +00:00
.git-blame-ignore-revs build: put macro-semicolon bits into ignore-revs 2021-03-17 06:24:03 +01:00
.gitignore build: add pceplib test output to gitignore 2021-03-31 08:27:11 -04:00
bootstrap.sh autoreconf -i 2007-02-06 19:28:28 +00:00
buildtest.sh config: switch a few references to say FRR 2017-07-12 11:25:33 -05:00
changelog-auto.in Revert "debian: Adjust tarsource.sh to use native debian/changelog" 2020-11-19 17:12:41 -05:00
config.version.in build: carry --with-pkg-extra-version into tarballs 2018-10-24 15:11:50 +02:00
configure.ac Merge pull request #8318 from qlyoung/improve-lua-autoconf-detection 2021-03-24 15:05:01 +01:00
COPYING *: make consistent & update GPLv2 file headers 2017-05-15 16:37:41 +02:00
COPYING-LGPLv2.1 build: remove LGPL v2.0, add LGPL v2.1 2016-11-15 17:19:38 +09:00
Makefile.am Merge pull request #7963 from volta-networks/feat_pceplib_into_frr_github 2021-03-16 14:03:34 -04:00
README.md doc: Update Documentation to note Solaris Unsupported status 2020-09-21 10:02:20 -04:00
stamp-h.in Initial revision 2002-12-13 20:15:29 +00: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