-
Notifications
You must be signed in to change notification settings - Fork 266
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
macvlan and vr-based nodes #1814
Comments
setting the macvlan mode to passthru solved this |
Passthru: allows a single VM to be connected directly to the physical interface. I don't think this is what we want?! |
the question is why in bridge mode connectivity breaks, and what passthru does differently |
I was testing this scenario and confirm that connectiviy works only with passthru mode, but LLDP doesn't. I fixed the issue setting the corresponding ethX contaner interface to promiscuous mode. |
It has been reported that vr-based nodes have datapath connectivity issue when using the macvlan mode.
Considering the following topology:
the following has been observed:
The ping replies initiated from vr node to an IP reachable from the macvlan segment do not propagate to the macvlan interface from the parent interface:
I think this might be related to the
tc mirred
redirect rules, which might require some tuning for macvlan interfaces?The text was updated successfully, but these errors were encountered: