Closed DrmagicE closed 2 years ago
It seems that the configuration for fdb
is missing:
gateway
node
00:00:00:00:00:00 dev raven0 dst <non_gateway_private_ip> self permanent
non-gateway
node
00:00:00:00:00:00 dev raven0 dst <gateway_private_ip> self permanent
Without this configuration, the cross-edge traffic of the non-gateway
node cannot be forwarded to the gateway
node.
reference: http://just4coding.com/2020/04/20/vxlan-fdb/
It seems that the configuration for
fdb
is missing:
- on
gateway
node00:00:00:00:00:00 dev raven0 dst <non_gateway_private_ip> self permanent
- on
non-gateway
node00:00:00:00:00:00 dev raven0 dst <gateway_private_ip> self permanent
Without this configuration, the cross-edge traffic of the
non-gateway
node cannot be forwarded to thegateway
node.reference: http://just4coding.com/2020/04/20/vxlan-fdb/
I miss that, will fix it today.
It seems that the configuration for
fdb
is missing:
- on
gateway
node00:00:00:00:00:00 dev raven0 dst <non_gateway_private_ip> self permanent
- on
non-gateway
node00:00:00:00:00:00 dev raven0 dst <gateway_private_ip> self permanent
Without this configuration, the cross-edge traffic of the
non-gateway
node cannot be forwarded to thegateway
node.reference: http://just4coding.com/2020/04/20/vxlan-fdb/
Updated and tested, please have a look. https://github.com/openyurtio/raven/compare/a2c3d49c06294a11081b28e43b5839848f4d1e51..e46cca7c4a3b2afd547221be45e201a08654b003
LGTM
This PR mainly makes the following changes:
raven
toraven0
.fix #30