Add new functionality for omuxsock in rsyslog - #18262
Draft
BinduSri-6522866 wants to merge 3 commits into
Draft
Conversation
|
Azure Pipelines: There may be pipelines that require an authorized user to comment /azp run to run. |
BinduSri-6522866
force-pushed
the
topic_rsyslog-3.0
branch
from
July 30, 2026 15:19
1267509 to
7f3d60b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Checklist
All boxes should be checked before merging the PR (just tick any boxes which don't apply to this PR)
*-staticsubpackages, etc.) have had theirReleasetag incremented../cgmanifest.json,./toolkit/scripts/toolchain/cgmanifest.json,.github/workflows/cgmanifest.json)./LICENSES-AND-NOTICES/SPECS/data/licenses.json,./LICENSES-AND-NOTICES/SPECS/LICENSES-MAP.md,./LICENSES-AND-NOTICES/SPECS/LICENSE-EXCEPTIONS.PHOTON)*.signatures.jsonfilessudo make go-tidy-allandsudo make go-test-coveragepassSummary
net: Add NetworkNamespace APIs Moves network namespace management logic out of individual plugins and into rsyslog's shared net module as reusable APIs, so any plugin can switch into a Linux network namespace to open a socket without duplicating the code.
add-network-namespace-APIs.patch:New functionality for omuxsock Upgrades the omuxsock output plugin to support abstract Unix socket names, connection-oriented sockets (STREAM/SEQPACKET), and sending log messages into a different Linux network namespace, while also fixing a bug that caused the socket to be unnecessarily closed and reopened for every message.
adding-new-functionality-for-omuxsock.patch:[Fix message loss for connected Unix domain sockets] Fixes a regression where an omuxsock STREAM or SEQPACKET connection remained unusable after a send error, causing all subsequent messages to be silently dropped until rsyslog restarted.
[fix-message-loss-bug-for-connected-Unix-domain-sockets.patch]:Change Log
Does this affect the toolchain?
NO
Test Methodology
rsyslog-8.2308.0-6.azl3.src.rpm.log
rsyslog-8.2308.0-6.azl3.src.rpm.test.log
Patch application:

Installation and Uninstallation:

