The Wayback Machine - https://web.archive.org/web/20200608065808/https://github.com/kata-containers/runtime/issues/2188
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

VPP integration conflicts with NOARP detection #2188

Open
nomick opened this issue Nov 13, 2019 · 1 comment
Open

VPP integration conflicts with NOARP detection #2188

nomick opened this issue Nov 13, 2019 · 1 comment
Labels

Comments

@nomick
Copy link

@nomick nomick commented Nov 13, 2019

Description of problem

VPP integration as described in https://github.com/kata-containers/documentation/blob/master/use-cases/using-vpp-and-kata.md with current Kata versions results in the default ethernet device (eth0) have NOARP flag being set.
Hence, MAC addresses are not properly resolved.

Expected result

The containers should communicate using correct IP and MAC addresses.

Actual result

The containers do not resolve ARP addresses for the NOARP flag being set.
Root cause is the fact that the NOARP flag is automatically copied by kata-runtime from the ethernet device on the host, which is temporarily created by the docker plugin. As it happens to be a dummy device, it does have the NOARP flag set. An explicit configuration of the NOARP flag would resolve this issue.

Note: See #2187 for further issues with the setup.

@Patazerty
Copy link

@Patazerty Patazerty commented May 14, 2020

Can confirm that manually removing the NOARP flag is still needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.