mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
Merge branch 'release' into dev
This commit is contained in:
@@ -217,7 +217,7 @@ module.exports = function generatePrefixes(inputParameters) {
|
||||
logger("RIPEstat is having issues in returning the origin ASes of some prefixes. The prefix.yml configuration may be incomplete.");
|
||||
}
|
||||
|
||||
generateList[prefix] = {
|
||||
generateList[prefix] = generateList[prefix] || {
|
||||
description: description || "No description provided",
|
||||
asn: origins,
|
||||
ignoreMorespecifics: ignoreMorespecifics,
|
||||
|
Reference in New Issue
Block a user