• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H04-Mar-2021-5338

alpine/H04-Mar-2021-9372

babeld/H04-Mar-2021-9,3297,099

bfdd/H04-Mar-2021-10,7307,384

bgpd/H03-May-2022-159,958116,646

debian/H04-Mar-2021-1,3531,101

doc/H04-Mar-2021-49,27539,163

docker/H04-Mar-2021-348247

eigrpd/H04-Mar-2021-16,20410,669

fpm/H04-Mar-2021-520215

gdb/H03-May-2022-

grpc/H04-Mar-2021-469370

include/H04-Mar-2021-3,1492,240

isisd/H04-Mar-2021-39,99129,773

ldpd/H04-Mar-2021-22,57117,995

lib/H03-May-2022-100,63368,184

m4/H03-May-2022-2,1231,931

mlag/H04-Mar-2021-207178

nhrpd/H04-Mar-2021-8,6076,920

ospf6d/H04-Mar-2021-26,14119,869

ospfclient/H04-Mar-2021-1,7431,180

ospfd/H03-May-2022-60,37643,311

pbrd/H04-Mar-2021-5,1003,574

pimd/H04-Mar-2021-51,46537,299

pkgsrc/H03-May-2022-328228

python/H04-Mar-2021-1,167886

qpb/H03-May-2022-914498

redhat/H04-Mar-2021-1,5661,390

ripd/H04-Mar-2021-11,1907,883

ripngd/H04-Mar-2021-8,3935,803

sharpd/H04-Mar-2021-2,0691,469

snapcraft/H03-May-2022-1,060875

solaris/H03-May-2022-1,5071,140

staticd/H04-Mar-2021-5,4393,994

tests/H04-Mar-2021-180,392155,412

tools/H03-May-2022-24,08818,336

vrrpd/H04-Mar-2021-6,4403,759

vtysh/H04-Mar-2021-6,2024,816

watchfrr/H04-Mar-2021-1,9291,519

yang/H03-May-2022-17,80015,390

zebra/H04-Mar-2021-95,34866,268

.clang-formatH A D04-Mar-20211.6 KiB7271

.dir-locals.elH A D04-Mar-2021261 94

.dockerignoreH A D04-Mar-202190 109

.git-blame-ignore-revsH A D04-Mar-202141 21

.gitignoreH A D04-Mar-20211 KiB11197

COPYINGH A D04-Mar-202117.7 KiB340281

COPYING-LGPLv2.1H A D04-Mar-202125.9 KiB503418

Makefile.amH A D03-May-20228.8 KiB302208

README.mdH A D04-Mar-20212.2 KiB8462

bootstrap.shH A D04-Mar-2021196 81

buildtest.shH A D04-Mar-20212.5 KiB8861

changelog-auto.inH A D04-Mar-202158.4 KiB1,5741,136

config.version.inH A D04-Mar-2021194 54

configure.acH A D04-Mar-202174.6 KiB2,4932,254

stamp-h.inH A D04-Mar-202110 21

README.md

1<p align="center">
2<img src="http://docs.frrouting.org/en/latest/_static/frr-icon.svg" alt="Icon" width="20%"/>
3</p>
4
5FRRouting
6=========
7
8FRR is free software that implements and manages various IPv4 and IPv6 routing
9protocols. It runs on nearly all distributions of Linux and BSD as well as
10Solaris and supports all modern CPU architectures.
11
12FRR currently supports the following protocols:
13
14* BGP
15* OSPFv2
16* OSPFv3
17* RIPv1
18* RIPv2
19* RIPng
20* IS-IS
21* PIM-SM/MSDP
22* LDP
23* BFD
24* Babel
25* PBR
26* OpenFabric
27* VRRP
28* EIGRP (alpha)
29* NHRP (alpha)
30
31Installation & Use
32------------------
33
34For source tarballs, see the
35[releases page](https://github.com/FRRouting/frr/releases).
36
37For Debian and its derivatives, use the APT repository at
38[https://deb.frrouting.org/](https://deb.frrouting.org/).
39
40Instructions on building and installing from source for supported platforms may
41be found in the
42[developer docs](http://docs.frrouting.org/projects/dev-guide/en/latest/building.html).
43
44Once installed, please refer to the [user guide](http://docs.frrouting.org/)
45for instructions on use.
46
47Community
48---------
49
50The FRRouting email list server is located
51[here](https://lists.frrouting.org/listinfo) and offers the following public
52lists:
53
54| Topic             | List                         |
55|-------------------|------------------------------|
56| Development       | dev@lists.frrouting.org      |
57| Users & Operators | frog@lists.frrouting.org     |
58| Announcements     | announce@lists.frrouting.org |
59
60For chat, we currently use [Slack](https://frrouting.slack.com). You can join
61by clicking the "Slack" link under the
62[Participate](https://frrouting.org/#participate) section of our website.
63
64
65Contributing
66------------
67
68FRR maintains [developer's documentation](http://docs.frrouting.org/projects/dev-guide/en/latest/index.html)
69which contains the [project workflow](http://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html)
70and expectations for contributors. Some technical documentation on project
71internals is also available.
72
73We welcome and appreciate all contributions, no matter how small!
74
75
76Security
77--------
78
79To report security issues, please use our security mailing list:
80
81```
82security [at] lists.frrouting.org
83```
84