net/frr: release the plugin as version 1.0

PR: https://github.com/opnsense/plugins/issues/230
This commit is contained in:
Franco Fichtner
2017-12-27 18:29:58 +01:00
parent 8e075e131c
commit 7a8fe4a69e
2 changed files with 12 additions and 6 deletions
+2 -3
View File
@@ -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"
+10 -3
View File
@@ -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/