net/frr: add HAsync to FRR

This commit is contained in:
Michael
2019-04-26 10:43:29 +02:00
committed by Franco Fichtner
parent a4f7ea7555
commit 0ce2c7b268
@@ -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);
}