]> git.ipfire.org Git - thirdparty/systemd.git/commit
networkd: rename IPv6AcceptRouterAdvertisements to IPv6AcceptRA 3456/head
authorLennart Poettering <lennart@poettering.net>
Tue, 7 Jun 2016 09:19:26 +0000 (11:19 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 7 Jun 2016 09:24:30 +0000 (11:24 +0200)
commitf921f5739e003c5e99cd78cfedab253be884525e
tree90a937011f3c285d8da4fa132b3d27405f3eb6e9
parenta849538e3bf0097595fc1fd86bcda608d1151b4c
networkd: rename IPv6AcceptRouterAdvertisements to IPv6AcceptRA

The long name is just too hard to type. We generally should avoid using
acronyms too liberally, if they aren't established enough, but it appears that
"RA" is known well enough. Internally we call the option "ipv6_accept_ra"
anyway, and the kernel also exposes it under this name. Hence, let's rename the
IPv6AcceptRouterAdvertisements= setting and the
[IPv6AcceptRouterAdvertisements] section to IPv6AcceptRA= and [IPv6AcceptRA].

The old setting IPv6AcceptRouterAdvertisements= is kept for compatibility with
older configuration. (However the section [IPv6AcceptRouterAdvertisements] is
not, as it was never available in a published version of systemd.
man/systemd.network.xml
src/network/networkd-network-gperf.gperf
src/network/networkd-network.c
test/networkd-test.py