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

Virtual Router to Support Multicast #9678

Open
btzq opened this issue Sep 13, 2024 · 1 comment
Open

Virtual Router to Support Multicast #9678

btzq opened this issue Sep 13, 2024 · 1 comment

Comments

@btzq
Copy link

btzq commented Sep 13, 2024

ISSUE TYPE
  • Improvement Request
COMPONENT NAME
Virtual Router
CLOUDSTACK VERSION
4.19.1.1
CONFIGURATION
OS / ENVIRONMENT
SUMMARY

Currently Cloudstack Virtual Router doesnt support Multicast from external networks (eg. Private Gateway).

In our case, our customers require multicast support because they decode Stock Market Feeds from the Stock Exchange. And Majority Stock Exchange distributes market feeds in ITCH format, which is Multicast.

In order to overcome this limitation now, we had to resort to VNF + L2 Networks.

I also have a curious question, if Cloudstack VR does not support multicast, then why is there a UDP Protocol option in the Network ACL Rules?

Screenshot 2024-09-13 at 9 19 39 PM
STEPS TO REPRODUCE

EXPECTED RESULTS
For VR to support multicast natively
ACTUAL RESULTS
VR does not support multicast at the moment. 
@DaanHoogland
Copy link
Contributor

I also have a curious question, if Cloudstack VR does not support multicast, then why is there a UDP Protocol option in the Network ACL Rules?

UDP can be used for single destinations as well. DNS or TFTP for instance.

@DaanHoogland DaanHoogland added this to the 4.21.0.0 milestone Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants