Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds simple multicast support to socket_listener plugin #5388

Merged
merged 3 commits into from
Feb 27, 2019

Conversation

sgtsquiggs
Copy link
Contributor

Simple multicast support. Allows new service_address formats:

service_address = "udp://224.0.2.0"
service_address = "udp://224.0.2.0%eth0"
service_address = "udp://224.0.2.0:32000"
service_address = "udp://224.0.2.0:32000%eth0"

Fixes #5352

Required for all PRs:

  • Signed CLA.
  • Associated README.md updated.
  • Has appropriate unit tests. 😬

@danielnelson danielnelson added this to the 1.10.0 milestone Feb 27, 2019
@danielnelson danielnelson added the feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin label Feb 27, 2019
@danielnelson danielnelson merged commit 1872356 into influxdata:master Feb 27, 2019
@sgtsquiggs sgtsquiggs deleted the multicast branch March 29, 2019 14:14
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat Improvement on an existing feature such as adding a new setting/mode to an existing plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants