We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b06469a commit e643c3dCopy full SHA for e643c3d
network/80-container-vb.network
@@ -0,0 +1,22 @@
1
+# SPDX-License-Identifier: LGPL-2.1-or-later
2
+#
3
+# This file is part of systemd.
4
5
+# systemd is free software; you can redistribute it and/or modify it
6
+# under the terms of the GNU Lesser General Public License as published by
7
+# the Free Software Foundation; either version 2.1 of the License, or
8
+# (at your option) any later version.
9
+
10
+# This network file matches the host-side of the virtual Ethernet link
11
+# created by systemd-nspawn's --network-veth switch with --network-bridge or
12
+# --network-zone switch. See systemd-nspawn(1) for details.
13
14
+[Match]
15
+Name=vb-*
16
+Driver=veth
17
18
+[Network]
19
+KeepMaster=yes
20
+LinkLocalAddressing=no
21
+LLDP=yes
22
+EmitLLDP=nearest-bridge
0 commit comments