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