Support vxlan unicast configuration #5145
Closed
Comments
Could you please give a example for it ? Thanks ! |
I would expect to configure it such as:
|
ssahani
added 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
added 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
added 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: