Actions
Bug #12114
closedsyslog-ng only binds to the last specified interface
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
syslog-ng
Target version:
-
Start date:
07/07/2021
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Affected Version:
Affected Plus Version:
Affected Architecture:
Description
I can reproduce this issue.
As stated here, the problem is that the option ip()
is used multiple times within the syslog()
driver configuration. The documentation apparently provides no definitive information on this matter.
I therefore created a pull request that creates distinct driver configurations for each selected interface.
Updated by Jim Pingle over 3 years ago
- Status changed from New to Pull Request Review
Updated by Renato Botelho over 3 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Renato Botelho
PR has been merged. Thanks!
Updated by Azamat Khakimyanov over 2 years ago
- Status changed from Feedback to Resolved
I can't reproduce this issue on 22.05 and on 22.09-DEV.
After choose several interfaces for Syslog-ng, in 'netstat -n | grep 5140' I saw active listening ports for all chosen interfaces.
I marked this Bug as resolved.
Actions