Billie Alsup
Billie Alsup
> look at PR #5621 and see if that matches your problem (and possibly even test it if you can to be sure it's covering your problem case) David Lang...
I'm going to wait until #5630 is merged, and then update this one to use the same ns_socket.[ch] utility functions. Since there are conflicts now (from the clang-format changes), there...
As noted previously, I think it would be good to pull network namespace functions out into the net module, where it can then be shared by multiple plugins. I think...
Includes suppression for aarch64 fedora-42 issue as described in https://github.com/rsyslog/rsyslog/issues/5622
The gen kafka distcheck failure is related to the a new file which is meant to be linked into other modules. I thought I had addressed the distcheck issue myself,...
I am perplexed by the distcheck failure. I do not see a 'make distcheck' failure in my environment. ``` Making distclean in plugins/omuxsockmake[2]: Entering directory '/rsyslog/rsyslog-8.2508.0.daily/_build/sub/plugins/omuxsock' Makefile:550: ../../runtime/.deps/omuxsock_la-ns_socket.Plo: No such...
The buildbox/rsyslog solaris11x64 rsyslog failure is in an unrelated test pmrfc3164-json.sh that uses imtcp and omfile with tcpflood. This particular PR only affects omuxsock. Note that pmrfc3164-json.sh passes locally for...
> Sry for the further delay, I need some more time to review and think of implications. The goal is to be completely backward compatible with existing configurations. They will...
I was originally thinking it should be functionality available in net.c., basically via an ns_socket API that was socket with an optional namespace argument. It seemed quite straightforward from an...
I am new to contributing to open source projects, so am not familiar with the ways of working here. I certainly would prefer to move this ns_socket.c into a library...