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 1547355 - snmpd: Despite non-zero interface_fadeout, network interface is deleted immediately sometimes
Summary: snmpd: Despite non-zero interface_fadeout, network interface is deleted immed...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: net-snmp
Version: 7.3
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: rc
: ---
Assignee: Josef Ridky
QA Contact: David Jež
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-02-21 04:21 UTC by Alex Shykov
Modified: 2020-03-31 19:55 UTC (History)
2 users (show)

Fixed In Version: net-snmp-5.7.2-44.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-03-31 19:54:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
Solution patch (732 bytes, patch)
2018-02-21 04:21 UTC, Alex Shykov
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2020:1081 0 None None None 2020-03-31 19:55:09 UTC

Description Alex Shykov 2018-02-21 04:21:27 UTC
Created attachment 1398517 [details]
Solution patch

Description of problem:
Despite non-zero interface_fadeout, interface is deleted immediately if ifLastChange is more than interface_fadeout ago.

Version-Release number of selected component (if applicable):
net-snmp-libs-5.7.2-28.el7.x86_64
net-snmp-5.7.2-28.el7.x86_64
net-snmp-agent-libs-5.7.2-28.el7.x86_64
net-snmp-utils-5.7.2-28.el7.x86_64

How reproducible:
Always

Steps to Reproduce:
1. Set interface_fadeout 60 in snmpd.conf ; restart snmpd.
2. Add dummy1 interface to the system:
$ ip link add dummy1 type dummy
3. Query list of interfaces via snmp. Make sure that dummy1 interface is present in snmpd output
$ snmptable -v 2c -c public localhost ifTable
4. Wait for more than 60 seconds (interface_fadeout time)
5. Deleted dummy1 interface from the system:
$ ip link del dummy1
6. Query list of interfaces via snmp.
$ snmptable -v 2c -c public localhost ifTable

Actual results:
dummy1 interface disappears from snmpd output immediately after it is deleted from the system despite non-zero interface_fadeout

Expected results:
dummy1 interface will be present in snmpd output within interface_fadeout seconds after the deletion

Additional info:
Solution patch attached

Comment 8 errata-xmlrpc 2020-03-31 19:54:44 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/RHSA-2020:1081


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