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
Joi Version: 10.6.0 Node: v8.1.2 Validator: Joi.string().ip({ version: ['ipv4'], cidr: 'required' });
IP v6 is 128 bit value, so cidr 128 is valid, but if you validate this: 2001:b8:abcd:1000::/48 in joi it is invalid.
The text was updated successfully, but these errors were encountered:
Duplicate of #1232.
Sorry, something went wrong.
Marsup
No branches or pull requests
Joi Version: 10.6.0
Node: v8.1.2
Validator: Joi.string().ip({ version: ['ipv4'], cidr: 'required' });
IP v6 is 128 bit value, so cidr 128 is valid, but if you validate this:
2001:b8:abcd:1000::/48
in joi it is invalid.
The text was updated successfully, but these errors were encountered: