mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
e4a71bf36f
When using networkd we currently have no way of ensuring that static neighbor entries are set when our link comes up. This change adds a new section to the network definition that allows multiple static neighbors to be set on a link.
11 lines
148 B
SYSTEMD
11 lines
148 B
SYSTEMD
[Match]
|
|
Name=dummy98
|
|
|
|
[Neighbor]
|
|
Address=192.168.10.1
|
|
MACAddress=00:00:5e:00:02:65
|
|
|
|
[Neighbor]
|
|
Address=2004:da8:1:0::1
|
|
MACAddress=00:00:5e:00:02:66
|