summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2017-02-16 16:40:09 +0700
committerMartin Winter <mwinter@opensourcerouting.org>2017-02-16 16:40:09 +0700
commit278fb111f6a2ee693c55335f4fa93e548df42091 (patch)
treeed9699eff31dbd25fe3b66e9916c02d3d2c7d7ba /README
parent5b64051ef28e37efbd064ab418fd4896cbac6440 (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--README12
1 files changed, 8 insertions, 4 deletions
diff --git a/README b/README
index 4476947490..18bb94e4a5 100644
--- a/README
+++ b/README
@@ -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.
+