-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Fixed the multicast CIDR (was 224.0.0.0/3 not /4) #12852
Fixed the multicast CIDR (was 224.0.0.0/3 not /4) #12852
Conversation
We had the wrong CIDR for multicast addreses. This fixes the range to be the IETF assigned one (per RFC 5771). Fixes bug 1420032 (https://bugzilla.redhat.com/show_bug.cgi?id=1420032)
[test] [testextended][extended:networking] |
@openshift/networking PTAL |
Evaluated for origin test up to 44bb9b7 |
Everything looks ok. LGTM |
[merge] |
continuous-integration/openshift-jenkins/merge SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/13668/) (Image: devenv-rhel7_5877) |
Evaluated for origin merge up to 44bb9b7 |
continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin/13668/) (Base Commit: c1b17a1) |
[testextended][extended:networking] |
Evaluated for origin testextended up to 44bb9b7 |
continuous-integration/openshift-jenkins/testextended SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pr_origin_extended/1077/) (Base Commit: bcddac6) (Extended Tests: networking) |
We had the wrong CIDR for multicast addreses. This fixes the range to
be the IETF assigned one (per RFC 5771).
Fixes bug 1420032 (https://bugzilla.redhat.com/show_bug.cgi?id=1420032)