diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-05-17 21:32:13 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-05-18 20:52:49 +0900 |
commit | 4eaea66423ca58dfd7cfd1099ed902d7c81d8622 (patch) | |
tree | 4fc559d258c44e6cc589ebfc43140ba146d0b0de /Makefile.am | |
parent | a46fe318fccbbb3a7d629f95fc8fdbf4c33ed119 (diff) |
network: always take possession of host side of nspawn veth tunnels and do IPv4LL on them
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6e0a59d31f..6e01188410 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2641,7 +2641,8 @@ INSTALL_DIRS += \ dist_network_DATA = \ network/99-default.link \ - network/80-container-host0.network + network/80-container-host0.network \ + network/80-container-ve.network dist_udevrules_DATA += \ rules/42-usb-hid-pm.rules \ |