File tree Expand file tree Collapse file tree 3 files changed +22
-1
lines changed
Expand file tree Collapse file tree 3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -2641,7 +2641,8 @@ INSTALL_DIRS += \
26412641
26422642dist_network_DATA = \
26432643 network/99-default.link \
2644- network/80-container-host0.network
2644+ network/80-container-host0.network \
2645+ network/80-container-ve.network
26452646
26462647dist_udevrules_DATA += \
26472648 rules/42-usb-hid-pm.rules \
Original file line number Diff line number Diff line change 1+ # This file is part of systemd.
2+ #
3+ # systemd is free software; you can redistribute it and/or modify it
4+ # under the terms of the GNU Lesser General Public License as published by
5+ # the Free Software Foundation; either version 2.1 of the License, or
6+ # (at your option) any later version.
7+
18[Match]
29Virtualization=container
310Name=host0
Original file line number Diff line number Diff line change 1+ # This file is part of systemd.
2+ #
3+ # systemd is free software; you can redistribute it and/or modify it
4+ # under the terms of the GNU Lesser General Public License as published by
5+ # the Free Software Foundation; either version 2.1 of the License, or
6+ # (at your option) any later version.
7+
8+ [Match]
9+ Name=ve-*
10+ Driver=veth
11+
12+ [Network]
13+ IPv4LL=yes
You can’t perform that action at this time.
0 commit comments