Skip to content

Conversation

Smithx10
Copy link

@Smithx10 Smithx10 commented Mar 29, 2021

Addresses #25

Copy link

@danmcd danmcd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also pinging @bahamat ... and please show your test results in the associated issue.

function filterRange(ip) {
assert.object(ip, "ip")

// We should show managed addresses
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"Show" managed addresses, or "evaluate within" managed addresses? Not sure what's being shown here.

Or is this a TODO item you want to have happen later?

}
if (ip.params.ip != null) {
Addr = util_ip.addressToNumber(ip.params.ip.toString());
}
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you guaranteed that Addr will be set when you reach here? (Pardon my JS lack of knowledge here... not knowing any better, it could be possible that "ipaddr" AND "ip" are both null.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants