diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-05-06 21:03:40 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-05-09 15:45:31 +0200 |
commit | 3af18d8eab661143ef89274607c513a860ede808 (patch) | |
tree | 64cf00a4d48e0bf0cb81f6028368ba827351a486 /Makefile.am | |
parent | 22b28dfdc78680a5c03e6af3b0ce6bc96f8174a1 (diff) |
network: add automatic configuration for the networks created by nspawn --network-zone=
This way, they "just work", similar to --network-veth behaves, as long as
networkd is enabled and running on all involved nodes.
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 ee9e91a339..aea91e9c94 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3598,7 +3598,8 @@ INSTALL_DIRS += \ dist_network_DATA = \ network/99-default.link \ network/80-container-host0.network \ - network/80-container-ve.network + network/80-container-ve.network \ + network/80-container-vz.network dist_udevrules_DATA += \ rules/50-udev-default.rules \ |