Bug 2209701
| Summary: | "ip -6 route" command cuts ip address | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | lars.koeppel |
| Component: | iproute | Assignee: | Andrea Claudi <aclaudi> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 38 | CC: | aclaudi, frank, psutter, rvokal, vbenes |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | iproute-6.4.0-1.fc38 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-09-17 01:26:30 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
lars.koeppel
2023-05-24 14:59:28 UTC
Since opening this bug report, i found from an other bug report(https://github.com/shemminger/iproute2/commit/890c599ec2e8905e7b8a433be3646d5d34901810), that the problem is connected to the glibc library. They found a solution on how to fix this problem. Maybe you can have a look at it. I ran into this problem today. I can confirm that it is fixed in iproute 6.4.0 in Fedora 39. Can we get iproute 6.4.0 in Fedora 38? Or is that too intrusive? *** Bug 2238949 has been marked as a duplicate of this bug. *** FEDORA-2023-e549e258d8 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2023-e549e258d8 FEDORA-2023-e549e258d8 has been pushed to the Fedora 38 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-e549e258d8` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-e549e258d8 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. It works well for us in NetworkManager testing. The affected test case is passing now.
Scenario: nmcli - ipv6 - routes - set route with src
* Prepare simulated test "testX6" device ... passed in 1.444s
* Add "ethernet" connection named "con_ipv6" for device "testX6" with options ... passed in 0.040s
"""
autoconnect no
ipv6.method manual
ipv6.addresses 2000::2/126
ipv6.route-metric 256
ipv6.routes '2806:aabb:abba:abab:baba:bbaa:baab:bbbb/128 src=2000::2'
"""
* Bring "up" connection "con_ipv6" ... passed in 1.986s
Then "2806:aabb:abba:abab:baba:bbaa:baab:bbbb dev testX6 proto static src 2000::2 metric 256" is visible with command "ip -6 route" in "5" seconds ... passed in 0.011s
And "2000::\/126 dev testX6\s+proto kernel\s+metric 256" is visible with command "ip -6 route" ... passed in 0.009s
NetworkManager process id after: 138243 (now 138243)
FEDORA-2023-e549e258d8 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. |