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 1743522 - RHEL 8: ifup br0 created bridge but ignores STP option.
Summary: RHEL 8: ifup br0 created bridge but ignores STP option.
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: initscripts
Version: 8.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: 8.1
Assignee: Jan Macku
QA Contact: Daniel Rusek
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2019-08-20 07:38 UTC by Bell Levin
Modified: 2020-11-14 09:19 UTC (History)
8 users (show)

Fixed In Version: initscripts-10.00.4-1.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2019-11-05 22:27:50 UTC
Type: Bug
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2019:3612 0 None None None 2019-11-05 22:27:55 UTC

Description Bell Levin 2019-08-20 07:38:27 UTC
Description of problem:
STP is not updated once bringing up a bridge with "STP=on". 

How reproducible:
Always.

Steps to Reproduce:
1. Create an ifcfg-br0 config for a bridge with STP=on (NM_CONTROLLED=no)
2. ifup br0
3. cat /sys/class/net/br0/bridge/stp_state 

Actual results:
0

Expected results:
1

Additional info:
example setup:

ifcfg-dummy:
DEVICE=dummy
BRIDGE=br0
ONBOOT=yes
MTU=1500
DEFROUTE=no
NM_CONTROLLED=no
IPV6INIT=no

ifcfg-br0:
DEVICE=br0
TYPE=Bridge
DELAY=0
STP=on
ONBOOT=yes
MTU=1500
DEFROUTE=no
NM_CONTROLLED=no
IPV6INIT=no

Introduced in this PR https://github.com/fedora-sysv/initscripts/pull/213

Comment 1 Jan Macku 2019-08-21 10:25:15 UTC
Thank you for your PR. Changes are already merged into master branch. 
I also created PR into rhel8-branch based on your commit.

https://github.com/fedora-sysv/initscripts/pull/284

This bug will be fixed in RHEL 8.2.0.

Comment 2 Dominik Holler 2019-08-21 11:30:48 UTC
(In reply to Jan Macku from comment #1)
> Thank you for your PR. Changes are already merged into master branch. 
> I also created PR into rhel8-branch based on your commit.
> 
> https://github.com/fedora-sysv/initscripts/pull/284
> 
> This bug will be fixed in RHEL 8.2.0.

Thank you very much, Jan!
RHV likes to have this fix in RHEL 8.1.
Does the bug require some flags or keywords to trigger this?

Comment 14 errata-xmlrpc 2019-11-05 22:27:50 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-2019:3612


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