Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: make dhcp4 & dhcp6 docs match website homepage #373

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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