-
Notifications
You must be signed in to change notification settings - Fork 798
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
GratuitousArp not work, bridge can not receive arp package #463
Comments
difference:
example 2:
test.go
|
hongli-my
added a commit
to hongli-my/plugins
that referenced
this issue
Mar 26, 2020
fix containernetworking#463 link host veth pair to bridge, the Initial state of port is BR_STATE_DISABLED and change to BR_STATE_FORWARDING async.
hongli-my
added a commit
to hongli-my/plugins
that referenced
this issue
Mar 26, 2020
fix containernetworking#463 link host veth pair to bridge, the Initial state of port is BR_STATE_DISABLED and change to BR_STATE_FORWARDING async. Signed-off-by: honglichang <honglichang@tencent.com>
hongli-my
added a commit
to hongli-my/plugins
that referenced
this issue
Apr 6, 2020
fix containernetworking#463 link host veth pair to bridge, the Initial state of port is BR_STATE_DISABLED and change to BR_STATE_FORWARDING async. Signed-off-by: honglichang <honglichang@tencent.com>
hongli-my
added a commit
to hongli-my/plugins
that referenced
this issue
Apr 7, 2020
fix containernetworking#463 link host veth pair to bridge, the Initial state of port is BR_STATE_DISABLED and change to BR_STATE_FORWARDING async. Signed-off-by: honglichang <honglichang@tencent.com>
hongli-my
added a commit
to hongli-my/plugins
that referenced
this issue
Apr 8, 2020
fix containernetworking#463 link host veth pair to bridge, the Initial state of port is BR_STATE_DISABLED and change to BR_STATE_FORWARDING async. Signed-off-by: honglichang <honglichang@tencent.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
when create pod, GratuitousArp can only receive by veth on host, bridge can not get arp package by tcpdump
https://github.com/containernetworking/plugins/blob/master/plugins/main/bridge/bridge.go#L472
if add sleep here, will work well
The text was updated successfully, but these errors were encountered: