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
Describe the bug
Invalid syntax in an exclude range is currently ignored, and a nil pointer is added to excludeRanges, leading to a nil pointer exception in skipExludedSubnets
This also includes cases where the excludeRange is a single IP address
Expected behavior
A clear and concise description of what you expected to happen.
To Reproduce
Steps to reproduce the behavior:
See the unit tests for the submitted patch
Environment:
Whereabouts version : N/A
Kubernetes version (use kubectl version): N/A
Network-attachment-definition: N/A
Whereabouts configuration (on the host): N/A
OS (e.g. from /etc/os-release): N/A
Kernel (e.g. uname -a): N/A
Others: N/A
Additional info / context
Add any other information / context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Invalid syntax in an exclude range is currently ignored, and a nil pointer is added to excludeRanges, leading to a nil pointer exception in skipExludedSubnets
This also includes cases where the excludeRange is a single IP address
Expected behavior
A clear and concise description of what you expected to happen.
To Reproduce
Steps to reproduce the behavior:
Environment:
kubectl version
): N/Auname -a
): N/AAdditional info / context
Add any other information / context about the problem here.
The text was updated successfully, but these errors were encountered: