On Tue, Feb 10, 2015 at 9:35 PM, Lennart Poettering <[email protected]> wrote: > On Mon, 09.02.15 03:20, Tom Gundersen ([email protected]) wrote: > >> >> commit 7f77697a1744f8df2089848b9d718faf7ba6c665 >> Author: Tom Gundersen <[email protected]> >> Date: Sun Feb 8 23:20:56 2015 +0100 >> >> networkd: add support for IPv6 tokens >> >> This allows the admin to set the host-specific part of IPv6 addresses, >> but still >> receive the prefix via SLAAC. > > This lacks a manpage update. In particular useful since the concept of > Ipv6 tokens is relatively exotic, no? I mean, i never heard of this > before... > >> } >> + >> +int config_parse_token( > > That sounds overly generic ;-) > >> networkd: generalize IPv4LL to LinkLocal >> >> This allows both IPv4 and IPv6 link-local addresses to be enabled or >> disabled. By default >> we still enable IPv6LL and disable IPv4LL. The old config option is kept >> for backwards >> compatibility, but removed from the documentation. >> >> diff --git a/man/systemd.network.xml b/man/systemd.network.xml >> index b8facdc..6c137e1 100644 >> --- a/man/systemd.network.xml >> +++ b/man/systemd.network.xml >> @@ -236,10 +236,12 @@ >> </listitem> >> </varlistentry> >> <varlistentry> >> - <term><varname>IPv4LL=</varname></term> >> + <term><varname>LinkLocal=</varname></term> > > Thinking about this, I am wondering if this shouldn't be called > "LinkLocalAddressing=" or so? > > I mean, "link-local" is more like an adjective, which one could > misunderstand?
All suggestions implemented. Thanks! _______________________________________________ systemd-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/systemd-devel
