1
0
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:
Massimo Candela
2021-09-15 12:07:08 +02:00

View File

@@ -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,