Bug 1392395
| Summary: | [networking_public_222] The host which matches more in the wildcard routes should win the routing | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Meng Bo <bmeng> |
| Component: | Networking | Assignee: | Ram Ranganathan <ramr> |
| Networking sub component: | router | QA Contact: | Meng Bo <bmeng> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | medium | CC: | aos-bugs, bbennett, tdawson |
| Version: | 3.4.0 | ||
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: |
undefined
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-18 12:50:30 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Meng Bo
2016-11-07 12:38:50 UTC
Fixed in PR: https://github.com/openshift/origin/pull/11819 This has been merged into ose and is in OSE v3.4.0.24 or newer. Checked on ocp build v3.4.0.24, issue has been fixed. $ curl --resolve www.test.wildcard.com:80:10.66.140.165 http://www.test.wildcard.com Hello-OpenShift-1 http-8080 $ curl --resolve aaa.test.wildcard.com:80:10.66.140.165 http://aaa.test.wildcard.com Hello-OpenShift-1 http-8080 $ curl --resolve unsecure.wildcard.com:80:10.66.140.165 http://unsecure.wildcard.com Hello-OpenShift-2 http-8080 $ curl --resolve xxx.wildcard.com:80:10.66.140.165 http://xxx.wildcard.com Hello-OpenShift-2 http-8080 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2017:0066 |