You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my use case, invalid octet values are intentionally assigned to nodes that are missing IP data, so we can indicate that they are placeholder values until more information is discovered. I would like if there was a flag I could use when calling the IP function to allow this, like so:
ipAddress=IP('10.0.1.296', validate_octets=False)
The text was updated successfully, but these errors were encountered:
In my use case, invalid octet values are intentionally assigned to nodes that are missing IP data, so we can indicate that they are placeholder values until more information is discovered. I would like if there was a flag I could use when calling the
IP
function to allow this, like so:The text was updated successfully, but these errors were encountered: