mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-10 14:56:17 +02:00
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:
parent
27c7bc0788
commit
25a65efb2e
@ -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.
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user