mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr: add HAsync to FRR
This commit is contained in:
@@ -135,3 +135,12 @@ function frr_services()
|
||||
|
||||
return $services;
|
||||
}
|
||||
|
||||
function frr_xmlrpc_sync()
|
||||
{
|
||||
$result = array();
|
||||
$result['id'] = 'quagga';
|
||||
$result['section'] = 'OPNsense.quagga';
|
||||
$result['description'] = gettext('FRR');
|
||||
return array($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user