diff --git a/net/frr/Makefile b/net/frr/Makefile index 53f3fdece..d75f4d390 100644 --- a/net/frr/Makefile +++ b/net/frr/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= frr -PLUGIN_VERSION= 0.0.3 -PLUGIN_COMMENT= FRR Routing Suite +PLUGIN_VERSION= 1.0 +PLUGIN_COMMENT= The FRRouting Protocol Suite PLUGIN_DEPENDS= frr ruby PLUGIN_MAINTAINER= franz.fabian.94@gmail.com -PLUGIN_DEVEL= YES .include "../../Mk/plugins.mk" diff --git a/net/frr/pkg-descr b/net/frr/pkg-descr index 1e9960661..43a5eda4d 100644 --- a/net/frr/pkg-descr +++ b/net/frr/pkg-descr @@ -1,3 +1,10 @@ -FRRouting (FRR) is an IP routing protocol suite for Linux and Unix platforms -which includes protocol daemons for BGP, IS-IS, OSPF and RIP. FRR has its roots -in the Quagga project. +FRRouting (FRR) is an IP routing protocol suite for Linux and Unix +platforms which includes protocol daemons for BGP, IS-IS, LDP, OSPF, +PIM, and RIP. + +FRR's seamless integration with the native Linux/Unix IP networking stacks +makes it applicable to a wide variety of use cases including connecting +hosts/VMs/containers to the network, advertising network services, LAN +switching and routing, Internet access routers, and Internet peering. + +WWW: https://frrouting.org/