feat: add ULA prefix for SideroLink

Allocate one more value for the SideroLink feature.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
This commit is contained in:
Andrey Smirnov 2021-11-18 19:29:42 +03:00
parent c6a67b8662
commit 1ffa8e0480
No known key found for this signature in database
GPG Key ID: 7B26396447AB6DFD

View File

@ -22,6 +22,9 @@ const (
// ULAKubeSpan is the Unique Local Addressing space key for the Talos KubeSpan feature.
ULAKubeSpan = 0x02
// ULASideroLink is the Unique Local Addressing space key for the SideroLink feature.
ULASideroLink = 0x03
)
// ULAPrefix calculates and returns a Talos-specific Unique Local Address prefix for the given purpose.