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:
@@ -276,7 +276,7 @@ export default class RpkiUtils {
|
||||
};
|
||||
|
||||
getVrps = () => {
|
||||
return [].concat.apply([],[...this.rpki.getRadixTrie().v4.values(), ...this.rpki.getRadixTrie().v6.values()]);
|
||||
return this.rpki.toArray();
|
||||
};
|
||||
|
||||
getStatus = () => {
|
||||
|
Reference in New Issue
Block a user