1
0
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:
Massimo Candela
2019-09-16 17:15:43 +02:00
parent 59ea97b1a2
commit 37f9d07770

View File

@@ -65,7 +65,6 @@ export default class Input {
for (let p1 of prefixes) {
const p1b = ipUtils.getNetmask(p1.prefix);
if (!this._isAlreadyContained(p1.prefix, lessSpecifics)){
lessSpecifics.push(p1);
}