diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2017-02-16 16:40:09 +0700 | 
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2017-02-16 16:40:09 +0700 | 
| commit | 278fb111f6a2ee693c55335f4fa93e548df42091 (patch) | |
| tree | ed9699eff31dbd25fe3b66e9916c02d3d2c7d7ba /README | |
| parent | 5b64051ef28e37efbd064ab418fd4896cbac6440 (diff) | |
doc: Add initial set of docs on building FRR on various Distributions
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'README')
| -rw-r--r-- | README | 12 | 
1 files changed, 8 insertions, 4 deletions
@@ -1,9 +1,13 @@ -Quagga is free software that manages various IPv4 and IPv6 routing +FRR is a free fork of Quagga that manages various IPv4 and IPv6 routing  protocols. -Currently Quagga supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1, -RIPv2, RIPng, PIM-SSM and LDP as well as very early support for IS-IS. +Currently FRR supports BGP4, BGP4+, OSPFv2, OSPFv3, IS-IS, RIPv1, +RIPv2, RIPng, PIM-SSM and LDP.  See the file REPORTING-BUGS to report bugs. -Quagga is free software. See the file COPYING for copying conditions. +FRR is free software. See the file COPYING for copying conditions. + +For building instructions from the source, see doc/Building_FRR_on_*.md +documents. +  | 
