diff options
author | Tom Gundersen <teg@jklm.no> | 2014-07-25 02:09:29 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-07-25 02:14:23 +0200 |
commit | bfa695b5cc37aeb78737c57c84e9e69ea08152c0 (patch) | |
tree | eb199a519de0b34b863c7986babba7473a2c55d4 /man | |
parent | 3c072310d515dd7ab4d553001ed3eb34b8090002 (diff) |
networkd: ipv4ll - default to setting up ipv4ll routes
This is necessary for non-ipv4ll hosts to communicate with ipv4ll-only hosts on the same link. Defaults
to being enabled, but can be opted out.
See: <http://avahi.org/wiki/AvahiAutoipd#Routes>
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.network.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 7c5f69895a..dc34154b26 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -219,6 +219,15 @@ </listitem> </varlistentry> <varlistentry> + <term><varname>IPv4LLRoute=</varname></term> + <listitem> + <para>A boolean. When true, sets up the route needed for + non-IPv4LL hosts to communicate with IPv4LL-only hosts. Defaults + to true. + </para> + </listitem> + </varlistentry> + <varlistentry> <term><varname>Address=</varname></term> <listitem> <para>A static IPv4 or IPv6 address and its prefix length, |