Skip to content

Commit

Permalink
Documentation: make dhcp4 & dhcp6 docs match website homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
triatic authored Jun 24, 2023
1 parent ee165d8 commit 363376b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/netplan-yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,11 +313,11 @@ Match devices by MAC when setting options like: `wakeonlan` or `*-offload`.

- **dhcp4** (bool)

> Enable DHCP for IPv4. Off by default.
> Enable DHCP for IPv4. Off by default when using `networkd` as a `renderer`.

- **dhcp6** (bool)

> Enable DHCP for IPv6. Off by default. This covers both stateless DHCP -
> Enable DHCP for IPv6. Off by default when using `networkd` as a `renderer`. This covers both stateless DHCP -
> where the DHCP server supplies information like DNS nameservers but not the
> IP address - and stateful DHCP, where the server provides both the address
> and the other information.
Expand Down

0 comments on commit 363376b

Please sign in to comment.