]> git.proxmox.com Git - mirror_frr.git/blob - README.md
bgpd: [7.1] add addpath ID to adj_out tree sort (#5691)
[mirror_frr.git] / README.md
1 FRRouting
2 =========
3
4 FRR is free software that implements and manages various IPv4 and IPv6 routing
5 protocols. It runs on nearly all distributions of Linux and BSD as well as
6 Solaris and supports all modern CPU architectures.
7
8 FRR 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 * PBR
22 * OpenFabric
23 * EIGRP (alpha)
24 * NHRP (alpha)
25
26 Installation & Use
27 ------------------
28
29 Packages are available for various distributions on our
30 [releases page](https://github.com/FRRouting/frr/releases).
31
32 Snaps are also available [here](https://snapcraft.io/frr).
33
34 Instructions on building and installing from source for supported platforms may
35 be found
36 [here](http://docs.frrouting.org/projects/dev-guide/en/latest/building.html).
37
38 Once installed, please refer to the [user guide](http://docs.frrouting.org/)
39 for instructions on use.
40
41 Community
42 ---------
43
44 The FRRouting email list server is located
45 [here](https://lists.frrouting.org/listinfo) and offers the following public
46 lists:
47
48 | Topic | List |
49 |-------------------|------------------------------|
50 | Development | dev@lists.frrouting.org |
51 | Users & Operators | frog@lists.frrouting.org |
52 | Announcements | announce@lists.frrouting.org |
53
54 For chat, we currently use [Slack](https://frrouting.slack.com). You can join
55 by clicking the "Slack" link under the
56 [Participate](https://frrouting.org/#participate) section of our website.
57
58
59 Contributing
60 ------------
61
62 FRR maintains [developer's documentation](http://docs.frrouting.org/projects/dev-guide/en/latest/index.html)
63 which contains the [project workflow](http://docs.frrouting.org/projects/dev-guide/en/latest/workflow.html)
64 and expectations for contributors. Some technical documentation on project
65 internals is also available.
66
67 We welcome and appreciate all contributions, no matter how small!
68
69
70 Security
71 --------
72
73 To report security issues, please use our security mailing list:
74
75 ```
76 security [at] lists.frrouting.org
77 ```