]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-radv: Add Router Advertisement DNS Search List option
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Mon, 21 Aug 2017 10:41:20 +0000 (13:41 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 15 Sep 2017 07:34:57 +0000 (10:34 +0300)
commite965d6aba3d6a23783173a19fe850e8b384ad4fb
treeec2c887e3e32e2924321c394652db290311659e3
parent700f1186e3e1601144c0ec968a83e7bd9d60c9b5
sd-radv: Add Router Advertisement DNS Search List option

Add Router Advertisement DNS Search List option as specified
in RFC 8106. The search list option uses and identical option
header as the RDNSS option and therefore the option header
structure can be reused.

If systemd is compiled with IDNA support, internationalization
of the provided search domain is applied, after which the search
list is written in wire format into the DNSSL option.
src/libsystemd-network/radv-internal.h
src/libsystemd-network/sd-radv.c
src/systemd/sd-radv.h