-
Notifications
You must be signed in to change notification settings - Fork 606
New issue
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
YDB-2321 Add subnet operations in IP UDF #981
Conversation
Note This is an automated comment that will be appended during run. 🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit e85ae9f.
🔴 linux-x86_64-release-asan: some tests FAILED for commit e85ae9f.
|
⚪
|
⚪
|
✅ Documentation buildRevision builded successful |
✅ Documentation buildRevision builded successful |
✅ Documentation buildRevision builded successful |
✅ Documentation buildRevision builded successful |
* Add basic subnet functions in IP UDF * Minor fixes * Small fixes * Post-merge fixes * Add subnet match * Add GetSubnetByMask * Add & canonize tests * Add RU docs for subnet ops * Add EN docs for subnet ops * Revert library changes * Add usage clarification * Add usage examples for IP subnet ops * Add usage examples for IP subnet ops (RU) * Fix codestyle * Remove unnecessary string allocation
Changelog entry
Add functions to manipulate IPv4/v6 address ranges (subnets) in Ip UDF
Changelog category
Additional information