From 1ffa8e0480084264eee551ad177b2443ddb02ead Mon Sep 17 00:00:00 2001 From: Andrey Smirnov Date: Thu, 18 Nov 2021 19:29:42 +0300 Subject: [PATCH] feat: add ULA prefix for SideroLink Allocate one more value for the SideroLink feature. Signed-off-by: Andrey Smirnov --- pkg/machinery/resources/network/ula.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/machinery/resources/network/ula.go b/pkg/machinery/resources/network/ula.go index c03d67b91..812fe503d 100644 --- a/pkg/machinery/resources/network/ula.go +++ b/pkg/machinery/resources/network/ula.go @@ -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.