RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1593210 - [NMCI] ipv6_keep_external_routes test failed
Summary: [NMCI] ipv6_keep_external_routes test failed
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: NetworkManager
Version: 7.6
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Thomas Haller
QA Contact: Desktop QE
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-06-20 09:46 UTC by Vladimir Benes
Modified: 2018-10-30 11:15 UTC (History)
7 users (show)

Fixed In Version: NetworkManager-1.12.0-1.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-30 11:14:18 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
[logfile] show issue (60.43 KB, application/octet-stream)
2018-06-29 11:03 UTC, Thomas Haller
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:3207 0 None None None 2018-10-30 11:15:03 UTC

Description Vladimir Benes 2018-06-20 09:46:09 UTC
Description of problem:
it looks like there is a difference between

ip addr add fc00:a::10/64 dev eth3; sleep 1; ip -6 route add fc00:b::10/128 via fc00:a::1
and 
ip addr add fc00:a::10/64 dev eth3; ip -6 route add fc00:b::10/128 via fc00:a::1

This shouldn't happen, that sleep should make no difference

Version-Release number of selected component (if applicable):
NM-1.12


https://beaker.engineering.redhat.com/recipes/5286007/tasks/73960856/results/358532820/logs/report_NetworkManager-ci_Test237_ipv6_keep_external_routes.html

Comment 3 Thomas Haller 2018-06-29 11:03:43 UTC
Created attachment 1455495 [details]
[logfile] show issue

This used NM from master (commit bf7b941502), with running

  ./nmcli/runtest.sh ipv6_keep_external_routes

from NM-ci (commit 83bc1631496ef4beee687cf911e7b0d427824798)

Comment 4 Thomas Haller 2018-06-29 11:11:08 UTC
(In reply to Thomas Haller from comment #3)
> Created attachment 1455495 [details]
> [logfile] show issue

at [1530268706.4408] we see the address fc00:a::10/64 externally added... then:

  device[0x55a7a8f19b60] (eth3): linklocal6: generated EUI-64 IPv6LL address fe80::5054:ff:feba:f4fc
  device[0x55a7a8f19b60] (eth3): ip6-config: update (commit=1, new-config=0x55a7a8f88220)
  platform: address: deleting IPv6 address fc00:a::10/64, ifindex 5 dev eth3


(note, that at that point, eth3's NMDevice state was:

  [1530268604.8760] device (eth3): state change: unavailable -> disconnected (reason 'none', sys-iface-state: 'managed')


Oddly, when I try this manually, I can reproduce it easily. But the CI tests in jenkins often pass this test. The reason is unknown. This is essentially a race, but odd that it happens commonly in the manual case and commonly not in the automated case.


With https://github.com/NetworkManager/NetworkManager/pull/144, in particular commit "device: only check for IPv6 DAD and link-local address on actively..." I didn't not reproduce the issue anymore.

Comment 7 Vladimir Benes 2018-08-17 13:23:10 UTC
Haven't seen this issue for a while, I consider this fixed.

Comment 9 errata-xmlrpc 2018-10-30 11:14:18 UTC
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-2018:3207


Note You need to log in before you can comment on or make changes to this bug.