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 /src/network/networkd.h | |
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 'src/network/networkd.h')
-rw-r--r-- | src/network/networkd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd.h b/src/network/networkd.h index bae2852845..138b82d786 100644 --- a/src/network/networkd.h +++ b/src/network/networkd.h @@ -96,6 +96,7 @@ struct Network { bool dhcp_critical; bool dhcp_routes; bool ipv4ll; + bool ipv4ll_route; bool dhcp_server; |