diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-01-16 15:44:14 -0500 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-01-16 15:54:32 -0500 | 
| commit | 91437c67e684d04e8afd48c8ffe1812bb2ea0837 (patch) | |
| tree | 0ae2e6b79719f9d86e6840b1f33315cef18e5868 /README | |
| parent | 23b6084b8cc5acc4d1b1686a7cc3a8d2f6b03518 (diff) | |
frr: update README
* Clarify that FRR implements as well as manages protocols
* Move IS-IS out of "early support"
* Add Babel - friends don't leave friends out of READMEs!
* Add mention of further information
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 12 | 
1 files changed, 7 insertions, 5 deletions
@@ -1,12 +1,14 @@ -FRRouting is free software that manages various IPv4 and IPv6 routing -protocols. +FRRouting is free software that implements and manages various IPv4 and IPv6 +routing protocols. -Currently FRRouting supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, -RIPv2, RIPng, PIM-SM/MSDP and LDP as well as very early support for IS-IS, -EIGRP and NHRP. +Currently FRRouting supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, RIPv2, RIPng, +IS-IS, PIM-SM/MSDP, LDP and Babel as well as very early support for EIGRP and +NHRP.  See the file REPORTING-BUGS to report bugs. +See COMMUNITY.md for information on contributing. +  Free RRRouting is free software. See the file COPYING for copying conditions.  Public email discussion can be found at https://lists.frrouting.org/listinfo  | 
