summaryrefslogtreecommitdiff
path: root/network/frr/README
diff options
context:
space:
mode:
authorThibaut Notteboom <thibaut.notteboom@gmail.com>2018-11-04 23:36:44 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:46:54 +0700
commit09200da542a12a7216285cbe63aefa356d869e09 (patch)
tree9c457cd21a243b47e55f2992c35f8e10e85a39a2 /network/frr/README
parent0775bf8a5bdb04b7c58789070054344a6c6c431d (diff)
downloadslackbuilds-09200da542a12a7216285cbe63aefa356d869e09.tar.gz
network/frr: Added (The FRRouting Protocol Suite).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/frr/README')
-rw-r--r--network/frr/README24
1 files changed, 24 insertions, 0 deletions
diff --git a/network/frr/README b/network/frr/README
new file mode 100644
index 0000000000..0f8ba5ae72
--- /dev/null
+++ b/network/frr/README
@@ -0,0 +1,24 @@
+FRRouting is free software that manages various IPv4 and IPv6 routing
+protocols.
+
+Currently FRRouting supports BGP4, BGP4+, OSPFv2, OSPFv3, RIPv1,
+RIPv2, RIPng, IS-IS, PIM-SM/MSDP and LDP as well as very early
+support for EIGRP and NHRP.
+
+Groupname and Username
+
+You must have the 'frr' group and user to run this script,
+for example:
+
+ # groupadd -g 357 frr
+ # useradd -d /var/run/frr -s /bin/false -u 357 -g frr frr
+
+You also need a 'frrvty' group :
+
+ # groupadd -g 358 frrvty
+
+And to add 'frr' to 'frrvty' group
+
+ # usermod -a -G frrvty frr
+
+WARNING : this package conflicts with quagga.