mirror of
https://github.com/nttgin/BGPalerter.git
synced 2024-05-19 06:50:08 +00:00
removed unused netmask calculation
This commit is contained in:
@@ -65,7 +65,6 @@ export default class Input {
|
|||||||
|
|
||||||
|
|
||||||
for (let p1 of prefixes) {
|
for (let p1 of prefixes) {
|
||||||
const p1b = ipUtils.getNetmask(p1.prefix);
|
|
||||||
if (!this._isAlreadyContained(p1.prefix, lessSpecifics)){
|
if (!this._isAlreadyContained(p1.prefix, lessSpecifics)){
|
||||||
lessSpecifics.push(p1);
|
lessSpecifics.push(p1);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user