diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-19 17:09:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-19 17:09:05 +0200 |
commit | 5a0e3f28ad2c5c0a9db46d2acc2c906ec11e2461 (patch) | |
tree | fd3f56ae88d3a0103fa82a8a508fb19cb5882498 /network/80-container-host0.network | |
parent | f685b7027953690bef06588f1961688e7e55d4a4 (diff) |
net: enable dhcp6 for containers
Diffstat (limited to 'network/80-container-host0.network')
-rw-r--r-- | network/80-container-host0.network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/network/80-container-host0.network b/network/80-container-host0.network index 8d9293f239..76c0f1db4b 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -11,4 +11,5 @@ Name=host0 [Network] DHCP=yes +DHCPv6=yes IPv4LL=yes |