]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/network/networkd-link.c
networkd: rename a few Network object properties to be more like the configuration...
authorLennart Poettering <lennart@poettering.net>
Mon, 25 Jan 2016 20:47:02 +0000 (21:47 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 26 Jan 2016 13:42:04 +0000 (14:42 +0100)
commit27cb34f57458758ee8615d72c6a60a39d4b92226
treeed9c33c7375c3a8404b7acc82f69e9bd4af00bfd
parent3a519900e18c6a36af084cdbcc468f670f4ffdb1
networkd: rename a few Network object properties to be more like the configuration settings

All booleans called dhcp_xyz are now called ".dhcp_use_xyz", to match their respective configuration file settings. This
should clarify things a bit, in particular as there is a DHCP hostname that was previously called just ".hostname"
because ".dhcp_hostname" was already existing as a bool. Since this confusion is removed now because the bool is called
".dhcp_use_hostname", the string field is now renamed to ".dhcp_hostname".
src/network/networkd-dhcp4.c
src/network/networkd-link.c
src/network/networkd-manager.c
src/network/networkd-network-gperf.gperf
src/network/networkd-network.c
src/network/networkd-network.h