]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
networkd: Static neighbor support 10999/head
authorWilliam A. Kennington III <william@wkennington.com>
Thu, 29 Nov 2018 03:00:58 +0000 (19:00 -0800)
committerWilliam A. Kennington III <william@wkennington.com>
Mon, 10 Dec 2018 00:56:37 +0000 (16:56 -0800)
commite4a71bf36f422c3728b902aaa5846add7bbc0eb9
tree77b9e8834eed5833a749c3d76c617586e5557348
parent289e6774d0daefe86771171b8f4f97b63354683e
networkd: Static neighbor support

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.
13 files changed:
man/systemd.network.xml
src/network/meson.build
src/network/networkd-link.c
src/network/networkd-link.h
src/network/networkd-neighbor.c [new file with mode: 0644]
src/network/networkd-neighbor.h [new file with mode: 0644]
src/network/networkd-network-gperf.gperf
src/network/networkd-network.c
src/network/networkd-network.h
test/fuzz/fuzz-network-parser/25-neighbor-section.network [new file with mode: 0644]
test/fuzz/fuzz-network-parser/directives.network
test/test-network/conf/25-neighbor-section.network [new file with mode: 0644]
test/test-network/systemd-networkd-tests.py