Skip to content

Commit

Permalink
feat: add ULA prefix for SideroLink
Browse files Browse the repository at this point in the history
Allocate one more value for the SideroLink feature.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Nov 18, 2021
1 parent c6a67b8 commit 1ffa8e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/machinery/resources/network/ula.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1ffa8e0

Please sign in to comment.