We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The xcat-inventory/xcclient/inventory/vutil.py:isIPaddr(varin) function needs to add support for IPv6 addresses.
Currently xcat-inventory does not allow to import a config with IPv6 addresses.
Example:
Error: failed to validate attribute [basic_attr.mask] of object "2001_123_a123_1456-64", criteria: "value='/64': vutil.isIPaddr(value)" Error: failed to validate attribute [basic_attr.net] of object "2001_123_a123_1456-64", criteria: "value='2001:123:a123:1456::/64': vutil.isIPaddr(value)"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The xcat-inventory/xcclient/inventory/vutil.py:isIPaddr(varin) function needs to add support for IPv6 addresses.
Currently xcat-inventory does not allow to import a config with IPv6 addresses.
Example:
The text was updated successfully, but these errors were encountered: