mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 09:21:26 +03:00
ed942a9eb2
If there are v4 or v6 specific options we can keep those in separate sections, but for the common options, we will use only one. Moreovere only use DHCP=[yes/both|no/none|v4|v6] to enable or disable the clients.
15 lines
368 B
SYSTEMD
15 lines
368 B
SYSTEMD
# 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
|
|
|
|
[Network]
|
|
DHCP=both
|
|
IPv4LL=yes
|