summaryrefslogtreecommitdiff
path: root/network/80-container-ve.network
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 /network/80-container-ve.network
parenta46fe318fccbbb3a7d629f95fc8fdbf4c33ed119 (diff)
downloadsystemd-4eaea66423ca58dfd7cfd1099ed902d7c81d8622.tar.gz
network: always take possession of host side of nspawn veth tunnels and do IPv4LL on them
Diffstat (limited to 'network/80-container-ve.network')
-rw-r--r--network/80-container-ve.network13
1 files changed, 13 insertions, 0 deletions
diff --git a/network/80-container-ve.network b/network/80-container-ve.network
new file mode 100644
index 0000000000..f0c02b0ee5
--- /dev/null
+++ b/network/80-container-ve.network
@@ -0,0 +1,13 @@
+# This file is part of systemd.
+#
+# systemd is free software; you can redistribute it and/or modify it
+# under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation; either version 2.1 of the License, or
+# (at your option) any later version.
+
+[Match]
+Name=ve-*
+Driver=veth
+
+[Network]
+IPv4LL=yes