Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

honor max and min #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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