docs: add note around link-local addressing

This PR adds a small note to the config docs to detail how to do link
local networking like SLAAC.

Signed-off-by: Spencer Smith <robertspencersmith@gmail.com>
This commit is contained in:
Spencer Smith 2020-09-25 10:23:30 -04:00 committed by Andrew Rynhard
parent 27c7bc0788
commit 25a65efb2e
2 changed files with 8 additions and 0 deletions

View File

@ -732,6 +732,10 @@ The following DHCP options are supported:
> Note: This option is mutually exclusive with CIDR.
> Note: To configure an interface with *only* IPv6 SLAAC addressing, CIDR should be set to "" and DHCP to false
> in order for Talos to skip configuration of addresses.
> All other options will still apply.
##### machine.network.interfaces.ignore
`ignore` is used to exclude a specific interface from configuration.

View File

@ -443,6 +443,10 @@ type NetworkConfig struct {
//
// > Note: This option is mutually exclusive with CIDR.
//
// > Note: To configure an interface with *only* IPv6 SLAAC addressing, CIDR should be set to "" and DHCP to false
// > in order for Talos to skip configuration of addresses.
// > All other options will still apply.
//
// ##### machine.network.interfaces.ignore
//
// `ignore` is used to exclude a specific interface from configuration.