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
Support vxlan unicast configuration #5145
Comments
Could you please give a example for it ? Thanks ! |
I would expect to configure it such as:
|
ssahani
pushed a commit
to ssahani/systemd
that referenced
this issue
Apr 30, 2019
Closes systemd#5145 ``` [Match] Name=vxlan1309 [BridgeFDB] MACAddress=00:00:00:00:00:00 DestinationAddress=10.0.0.2 [BridgeFDB] MACAddress=00:00:00:00:00:00 DestinationAddress=10.0.0.4 [BridgeFDB] MACAddress=00:00:00:00:00:00 DestinationAddress=10.0.0.5 ```
since it's a bridge fdb I have added to the |
yuwata
pushed a commit
to ssahani/systemd
that referenced
this issue
May 3, 2019
Closes systemd#5145. Example conf: ``` [Match] Name=vxlan1309 [BridgeFDB] MACAddress=00:00:00:00:00:00 Destination=10.0.0.2 [BridgeFDB] MACAddress=00:00:00:00:00:00 Destination=10.0.0.4 [BridgeFDB] MACAddress=00:00:00:00:00:00 Destination=10.0.0.5 ```
edevolder
pushed a commit
to edevolder/systemd
that referenced
this issue
Jun 26, 2019
Closes systemd#5145. Example conf: ``` [Match] Name=vxlan1309 [BridgeFDB] MACAddress=00:00:00:00:00:00 Destination=10.0.0.2 [BridgeFDB] MACAddress=00:00:00:00:00:00 Destination=10.0.0.4 [BridgeFDB] MACAddress=00:00:00:00:00:00 Destination=10.0.0.5 ```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Submission type
NOTE: Do not submit anything other than bug reports or RFEs via the issue tracker!
systemd version the issue has been seen with
NOTE: Do not submit bug reports about anything but the two most recently released systemd versions upstream!
Used distribution
Sometimes network providers do not allow multicast communication. In this instance, vxlans need to be configured using multiple unicast endpoints. This is done by appending additional zero MAC entries to the fdb.
Please add support for configuring these in netdev.
The text was updated successfully, but these errors were encountered: