diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-06-16 20:35:18 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-06-18 13:08:18 +0900 |
commit | 2a71d57f4e63e4492a7c2d6d747e498d0c5521cd (patch) | |
tree | b685e5b5c57b1f950e4920fd1322fd456977ad1a /NEWS | |
parent | d5da3ada8eb1f2846b444464ee033020b07b7ea0 (diff) | |
download | systemd-2a71d57f4e63e4492a7c2d6d747e498d0c5521cd.tar.gz |
network: clean-up DHCP lease server data configuration
This is an attempt to clean up the POP3/SMTP/LPR/… DHCP lease server
data logic in networkd. This reduces code duplication and fixes a number
of bugs.
This removes any support for collecting POP3/SMPT/LPR servers acquired
via local DHCP client releases since noone uses that, and given how old
these protocols are I doubt this will change. It keeps support for
configuring them for the dhcp server however.
The differences between the DNS/NTP/SIP/POP3/SMTP/LPR configuration
logics are minimized.
This removes the relevant symbols from sd-network.h (which is an
internal API only at this point after all).
This is unfortunately not well test, given the old code for this had
barely any tests. But the new code should not perform worse at least,
and allow us to release, since it corrects some interfaces visible in
the .network configuration format.
Fixes: #15943
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ CHANGES WITH 246 in spe: field. * systemd-networkd's [DHCPServer] section gained a new set of options - POP3Servers=, SMTPServers=, LPRServers= for including server + EmitPOP3=/POP3=, EmitSMTP=/SMTP=, EmitLPR=/LPR= for including server information about these three protocols in the DHCP lease. It also gained support for including "MUD" URLs ("Manufacturer Usage Description"). Support for "MUD" URLs was also added to the LLDP |