mirror of
https://github.com/siderolabs/talos.git
synced 2026-04-14 10:11:08 +02:00
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:
parent
c6a67b8662
commit
1ffa8e0480
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user