diff options
Diffstat (limited to 'network')
-rw-r--r-- | network/80-container-host0.network | 7 | ||||
-rw-r--r-- | network/80-container-ve.network | 13 |
2 files changed, 20 insertions, 0 deletions
diff --git a/network/80-container-host0.network b/network/80-container-host0.network index 5d327b4fdd..8d9293f239 100644 --- a/network/80-container-host0.network +++ b/network/80-container-host0.network @@ -1,3 +1,10 @@ +# 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] Virtualization=container Name=host0 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 |