]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/network/networkd.conf
network: add mechanism to configure default UseDomains= setting, update man page...
[thirdparty/systemd.git] / src / network / networkd.conf
1 # This file is part of systemd.
2 #
3 # systemd is free software; you can redistribute it and/or modify it under the
4 # terms of the GNU Lesser General Public License as published by the Free
5 # Software Foundation; either version 2.1 of the License, or (at your option)
6 # any later version.
7 #
8 # Entries in this file show the compile time defaults. Local configuration
9 # should be created by either modifying this file (or a copy of it placed in
10 # /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
11 # the /etc/systemd/networkd.conf.d/ directory. The latter is generally
12 # recommended. Defaults can be restored by simply deleting the main
13 # configuration file and all drop-ins located in /etc/.
14 #
15 # Use 'systemd-analyze cat-config systemd/networkd.conf' to display the full config.
16 #
17 # See networkd.conf(5) for details.
18
19 [Network]
20 #SpeedMeter=no
21 #SpeedMeterIntervalSec=10sec
22 #ManageForeignRoutingPolicyRules=yes
23 #ManageForeignRoutes=yes
24 #ManageForeignNextHops=yes
25 #RouteTable=
26 #IPv6PrivacyExtensions=no
27
28 [DHCPv4]
29 #DUIDType=vendor
30 #DUIDRawData=
31 #UseDomains=no
32
33 [DHCPv6]
34 #DUIDType=vendor
35 #DUIDRawData=
36 #UseDomains=no
37
38 [DHCPServer]
39 #PersistLeases=yes