mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr: release the plugin as version 1.0
PR: https://github.com/opnsense/plugins/issues/230
This commit is contained in:
+2
-3
@@ -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
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user