]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-ndisc-router: adjust function names and type of returned value 31584/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 29 Feb 2024 04:06:31 +0000 (13:06 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Mar 2024 03:32:52 +0000 (12:32 +0900)
commit9ca04752cb1de91d8656990bbc7d6d0fd732ddcc
tree1a12030453bc6327dcb4aa3a4276ff9668cd13ec
parentb43c2221f6df23770ff1b53679a330c39025afa9
sd-ndisc-router: adjust function names and type of returned value

- prefix length and preference should be fit in uint8_t, and actually
  the kernel and networkd uses uint8_t to store them.
- captive portal is now stored as a NUL-terminated string. Hence, it
  is not necessary to also provide its length.
src/libsystemd-network/sd-ndisc-router.c
src/libsystemd-network/test-ndisc-rs.c
src/network/networkd-ndisc.c
src/systemd/sd-ndisc-router.h