mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-08 16:34:18 -04:00
net/(frr|quagga): register conflicts, implemented in tools.git
(cherry picked from commit 713647379a)
This commit is contained in:
parent
1dc4b414a5
commit
63b36e952b
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