mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-11 09:52:31 -04:00
net/frr: tweak previous, bump revision
This commit is contained in:
parent
7bc1c20880
commit
24caebf5b7
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
PLUGIN_NAME= frr
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_REVISION= 1
|
||||
PLUGIN_COMMENT= The FRRouting Protocol Suite
|
||||
PLUGIN_DEPENDS= frr ruby
|
||||
PLUGIN_CONFLICTS= quagga
|
||||
|
|
|
|||
|
|
@ -88,7 +88,7 @@ function frr_services()
|
|||
if (isset($config['OPNsense']['quagga']['general']['enabled']) &&
|
||||
$config['OPNsense']['quagga']['general']['enabled'] == 1) {
|
||||
$services[] = array(
|
||||
'description' => gettext('FRRouting daemon'),
|
||||
'description' => gettext('FRRouting Daemon'),
|
||||
'configd' => array(
|
||||
'restart' => array('quagga restart'),
|
||||
'start' => array('quagga start'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue