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 1898294 - initrd: vlan DEV_PLUS_VID form can throw off ip= parsing
Summary: initrd: vlan DEV_PLUS_VID form can throw off ip= parsing
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: NetworkManager
Version: 8.3
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.0
Assignee: Beniamino Galvani
QA Contact: Vladimir Benes
URL:
Whiteboard:
Depends On:
Blocks: 1903695
TreeView+ depends on / blocked
 
Reported: 2020-11-16 18:36 UTC by Dusty Mabe
Modified: 2021-05-18 13:30 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1903695 (view as bug list)
Environment:
Last Closed: 2021-05-18 13:29:43 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
freedesktop.org Gitlab NetworkManager NetworkManager-ci merge_requests 687 0 None None None 2020-12-04 13:52:48 UTC
freedesktop.org Gitlab NetworkManager NetworkManager merge_requests 685 0 None None None 2020-12-02 13:00:48 UTC

Description Dusty Mabe 2020-11-16 18:36:57 UTC
Description of problem:

This is a downstream bug with corresponding upstream bug: 
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/issues/581

It's common to name a vlan device in the DEV_PLUS_VID form. For example: eth0.100
This seems to throw off the nm-initrd-generator. Here's an example:

```
[core@localhost ~]$ /usr/libexec/nm-initrd-generator -s -- ip=eth0.100:dhcp vlan=eth0.100:eth0 
NetworkManager-Message: 18:35:19.274: <warn>  [1605551719.2744] cmdline-reader: Unrecognized address: eth0.100
NetworkManager-Message: 18:35:19.274: <warn>  [1605551719.2745] cmdline-reader: Ignoring peer: dhcp (not implemented)


*** Connection 'default_connection' ***

[connection]
id=Wired Connection
uuid=3847579a-bd73-48f1-af79-b0ccefe0b8cf
type=ethernet
multi-connect=3
permissions=

[ethernet]
mac-address-blacklist=

[ipv4]
dns-search=
method=auto

[ipv6]
addr-gen-mode=eui64
dns-search=
method=auto

[proxy]

*** Connection 'eth0.100' ***

[connection]
id=eth0.100
uuid=77412142-af77-434d-923d-a266fdd5c70f
type=vlan
interface-name=eth0.100
multi-connect=1
permissions=

[ethernet]
mac-address-blacklist=

[vlan]
egress-priority-map=
flags=1
id=100
ingress-priority-map=
parent=eth0

[ipv4]
dns-search=
method=auto

[ipv6]
addr-gen-mode=eui64
dns-search=
method=auto

[proxy]

```


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

```
[core@localhost ~]$ rpm -qf /usr/libexec/nm-initrd-generator
NetworkManager-1.26.0-9.el8_3.x86_64
```

Comment 1 Antonio Cardace 2020-12-02 12:59:59 UTC
Fixed by https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/685 which is already merged upstream.

Comment 8 errata-xmlrpc 2021-05-18 13:29:43 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 (Moderate: NetworkManager and libnma security, bug fix, and enhancement update), 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/RHSA-2021:1574


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