]> git.proxmox.com Git - mirror_frr.git/blame - README.md
Merge pull request #3502 from donaldsharp/socket_to_me_baby
[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
21* EIGRP (alpha)
22* NHRP (alpha)
23
24Installation & Use
25------------------
26
27Packages are available for various distributions on our
28[releases page](https://github.com/FRRouting/frr/releases).
29
30Snaps are also available [here](https://snapcraft.io/frr).
31
32Instructions on building and installing from source for supported platforms may
33be found
34[here](http://docs.frrouting.org/projects/dev-guide/en/latest/building.html).
35
36Once installed, please refer to the [user guide](http://docs.frrouting.org/)
37for instructions on use.
38
39Community
40---------
41
42The FRRouting email list server is located
43[here](https://lists.frrouting.org/listinfo) and offers the following public
44lists:
45
46| Topic | List |
47|-------------------|------------------------------|
48| Development | dev@lists.frrouting.org |
49| Users & Operators | frog@lists.frrouting.org |
50| Announcements | announce@lists.frrouting.org |
51
52For chat, we currently use [Slack](https://frrouting.slack.com). Please email
53the mailing list to request an invite as we do not issue automatic invites.
54
55
56Contributing
57------------
58
59FRR maintains [developer's documentation](http://docs.frrouting.org/projects/dev-guide/en/latest/index.html)
60which contains the [project workflow](http://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html)
61and expectations for contributors. Some technical documentation on project
62internals is also available.
63
64We welcome and appreciate all contributions, no matter how small!
65
66
67Security
68--------
69
70To report security issues, please use our security mailing list:
71
72```
73security [at] lists.frrouting.org
74```