-
Notifications
You must be signed in to change notification settings - Fork 1
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
IPv4/IPv6 handling #17
Comments
This heterogeneous setup is currently supported. You can transport v4 and v6 prefixes. Fine. Then for the transport, if we have v4 we mcast on v4 address. If we have v6 additional enabled we additionally mcast the data on a v6 mcast socket. This doubles the data but should work |
The problem is that a path via an IPv4-only Router is not valid for an IPv6 packet |
Yes, that is a subsequent challenged, solved subsequently e.g. setup ipv4 tunnel. |
The tunnel would be below and therefore transparent to dmpr, wouldn't it? Then we still have the problem of paths between IPv4-only and IPv6 routers |
I think we should pause this for a while. To solve this issue correctly - and never address this again - we should:
|
We need to clarify IP version handling.
Global requirements are the easiest to implement and specify but limit the usefulness of DMPR while in heterogeneous networks we would need to advertise one path for IPv4 and one for IPv6
The text was updated successfully, but these errors were encountered: