[syslog-ng] [Bug 266] localport option does not bind to a specific port
bugzilla at bugzilla.balabit.com
bugzilla at bugzilla.balabit.com
Thu Dec 19 11:17:07 CET 2013
https://bugzilla.balabit.com/show_bug.cgi?id=266
--- Comment #6 from Sandor Geller <sandor.geller at morganstanley.com> 2013-12-19 11:17:07 ---
I was blind yesterday when checked the code:
| KW_LOCALPORT '(' string_or_number ')' { afinet_dd_set_localport(last_driver, $3); free($3); }
| KW_PORT '(' string_or_number ')' { afinet_dd_set_destport(last_driver, $3); free($3); }
| KW_DESTPORT '(' string_or_number ')' { afinet_dd_set_destport(last_driver, $3); free($3); }
As Bazsi mentioned in afsocket.c binding to the specified source port isn't implemented for destinations. Sorry for the noise.
--
Configure bugmail: https://bugzilla.balabit.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
More information about the syslog-ng
mailing list