Code checks for broadcast address but does not bail out of the loop if it finds it. It works for .0 (in a /24 for example) but not for .255 (again, for /24).
Need a "next;" at line 80. I tested this and it works.
Log in to post a comment.