mirror of
https://github.com/systemd/systemd.git
synced 2024-12-25 01:34:28 +03:00
1e86c83308
Let's make sure these take preference over any generic network config files shipped by the OS (in this case specifically, mkosi).
21 lines
330 B
SYSTEMD
21 lines
330 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
[Match]
|
|
Name=vxlan99
|
|
|
|
[Network]
|
|
IPv6AcceptRA=no
|
|
LinkLocalAddressing=yes
|
|
|
|
[BridgeFDB]
|
|
MACAddress=00:11:22:33:44:55
|
|
Destination=10.0.0.5
|
|
|
|
[BridgeFDB]
|
|
MACAddress=00:11:22:33:44:66
|
|
Destination=10.0.0.6
|
|
|
|
[BridgeFDB]
|
|
MACAddress=00:11:22:33:44:77
|
|
Destination=10.0.0.7
|
|
OutgoingInterface=test1
|