1
0
mirror of https://github.com/nttgin/BGPalerter.git synced 2024-05-19 06:50:08 +00:00

refactored retrieval of roa flat data structure now delegated to rpk-validator lib

This commit is contained in:
Massimo Candela
2021-02-19 16:00:03 +01:00
parent e561efd38c
commit ae5b69b1ef

View File

@@ -276,7 +276,7 @@ export default class RpkiUtils {
}; };
getVrps = () => { getVrps = () => {
return [].concat.apply([],[...this.rpki.getRadixTrie().v4.values(), ...this.rpki.getRadixTrie().v6.values()]); return this.rpki.toArray();
}; };
getStatus = () => { getStatus = () => {