mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-05 23:03:09 -04:00
net/(frr|quagga): register conflicts, implemented in tools.git
This commit is contained in:
parent
058b9c8579
commit
713647379a
2 changed files with 2 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ PLUGIN_NAME= frr
|
|||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_COMMENT= The FRRouting Protocol Suite
|
||||
PLUGIN_DEPENDS= frr ruby
|
||||
PLUGIN_CONFLICTS= quagga
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@ PLUGIN_NAME= quagga
|
|||
PLUGIN_VERSION= 1.4.4
|
||||
PLUGIN_COMMENT= End of life, superseded by FRR plugin
|
||||
PLUGIN_DEPENDS= quagga ruby
|
||||
PLUGIN_CONFLICTS= frr
|
||||
PLUGIN_MAINTAINER= franz.fabian.94@gmail.com
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
|
|
|
|||
Loading…
Reference in a new issue