]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-ndisc: add basic support of Neighbor Advertisement message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 14 Feb 2024 11:39:50 +0000 (20:39 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Apr 2024 17:16:03 +0000 (02:16 +0900)
commit696eb2b8de980a2b79c1de7fbf12195936b00441
tree5cc9998a35922cb4be6eaf71749ac924e2a45c93
parentce18410a54424dd247805a93ebfc515d875f999e
sd-ndisc: add basic support of Neighbor Advertisement message

This adds basic support of receiving and parsing Neighbor Advertisement
message defined in RFC 4861.
src/libsystemd-network/icmp6-util.c
src/libsystemd-network/meson.build
src/libsystemd-network/ndisc-neighbor-internal.h [new file with mode: 0644]
src/libsystemd-network/sd-ndisc-neighbor.c [new file with mode: 0644]
src/libsystemd-network/sd-ndisc.c
src/systemd/meson.build
src/systemd/sd-ndisc-neighbor.h [new file with mode: 0644]
src/systemd/sd-ndisc.h