mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
09200da542
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
24 lines
603 B
Text
24 lines
603 B
Text
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.
|