Skip to content
Snippets Groups Projects
Commit dabc3f31 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Fix for netmask('x.x.x.x/0') is 255.255.255.255 instead of 0.0.0.0

This is because (-1) << 32 is -1 (Only intel arc. has been checked)

Oleg Sharoiko
parent 337ab803
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment