mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
11 lines
966 B
Plaintext
11 lines
966 B
Plaintext
// Module included in the following assemblies:
|
|
// * network_observability/release_notes_archive/network-observability-operator-release-notes-archive.adoc
|
|
|
|
:_mod-docs-content-type: REFERENCE
|
|
[id="network-observability-operator-release-notes-1-6-2-fixed-issues_{context}"]
|
|
= Network Observability Operator release notes 1.6.2 fixed issues
|
|
|
|
[role="_abstract"]
|
|
You can review the fixed issues for the Network Observability Operator 1.6.2 release.
|
|
|
|
* When the secondary interface support was added, there was a need to iterate multiple times to register the per network namespace with the netlink to learn about interface notifications. At the same time, unsuccessful handlers caused a leaking file descriptor because with TCX hook, unlike TC, handlers needed to be explicitly removed when the interface went down. Now, there are no longer leaking file descriptors when creating and deleting pods. (link:https://issues.redhat.com/browse/NETOBSERV-1805[*NETOBSERV-1805*]) |