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)