summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2014-05-17 21:32:13 +0200
committerLennart Poettering <lennart@poettering.net>2014-05-18 20:52:49 +0900
commit4eaea66423ca58dfd7cfd1099ed902d7c81d8622 (patch)
tree4fc559d258c44e6cc589ebfc43140ba146d0b0de /Makefile.am
parenta46fe318fccbbb3a7d629f95fc8fdbf4c33ed119 (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.am3
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 \