logstash-plugins / logstash-input-syslog

Apache License 2.0
37 stars 38 forks source link

Feat: Support IPv6 UDP sockets #56

Closed UXabre closed 3 years ago

UXabre commented 5 years ago

It seems that UDP isn't correctly binding to IPv6, this seems to be because ruby requires an UDP socket to have a specific INET variable set. This pull-request parses the listening IP-address and opens the correct variant of the UDP socket.

UXabre commented 4 years ago

Since I've changed the default from 0.0.0.0 to :: it seems like I'll have to change the tests here as well (almost forgot about this PR actually... will finish this up this weekend)

cla-checker-service[bot] commented 4 years ago

💚 CLA has been signed

UXabre commented 4 years ago

I've also signed the agreement (I thought I already done that...)

kares commented 4 years ago

you need to make sure to sign it with the e-mail address you have in your commits

UXabre commented 4 years ago

Oooopsie, totally overlooked the version bump and changelog part, will fix that ASAP!

UXabre commented 3 years ago

I've added a version bump as well as a changelog entry

UXabre commented 3 years ago

Friendly reminder on this PR :-)