Skip to content

Commit f94c7fc

Browse files
sppmacdIdanHo
authored andcommitted
Base: Update Network manpage to the new NetworkServer behavior
1 parent 65307cf commit f94c7fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Base/usr/share/man/man5/Network.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ NetworkServer - network configuration
1212

1313
The Network configuration is loaded by NetworkServer service on startup. It consists of a list of interfaces, with adapter names as groups.
1414

15-
The interface that is not listed in this config file is not set up and disabled by default.
15+
The interface that is not listed in this config file has DHCP enabled by default.
1616

1717
## Options
1818

1919
* `Enabled` (default: `true`) - Whether the interface is enabled.
20-
* `DHCP` (default: `false`) - Whether the DHCP client should be run on this interface.
20+
* `DHCP` (default: `false`) - Whether the DHCP client should be run on this interface. This overrides static IP settings.
2121
* `IPv4Address` (default: `0.0.0.0`) - The static IPv4 address for the interface. Used only when `DHCP` is `false`.
2222
* `IPv4Netmask` (default: `0.0.0.0`) - The static IPv4 netmask for the interface. Used only when `DHCP` is `false`.
2323
* `IPv4Gateway` (default: `0.0.0.0`) - The static IPv4 default gateway for the interface. Used only when `DHCP` is `false`.
@@ -31,11 +31,11 @@ IPv4Address=10.0.0.5
3131
IPv4Netmask=255.0.0.0
3232
IPv4Gateway=10.0.0.1
3333

34-
# Try to run DHCP discovery on ep0s8.
34+
# Try to run DHCP discovery on ep0s8. It is equivalent to not adding this entry at all.
3535
[ep0s8]
3636
DHCP=true
3737

38-
# Disable interface ep1s1 entirely. It is equivalent to not adding this entry at all.
38+
# Disable interface ep1s1 entirely.
3939
[ep1s1]
4040
Enabled=false
4141
```

0 commit comments

Comments
 (0)