Skip to content

Commit e643c3d

Browse files
committed
network: add 80-container-vb.network
1 parent b06469a commit e643c3d

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

network/80-container-vb.network

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)