[Build] Add Build description (continuation/reboot of #3263)#5539
Open
tonhuisman wants to merge 1 commit intoletscontrolit:megafrom
Open
[Build] Add Build description (continuation/reboot of #3263)#5539tonhuisman wants to merge 1 commit intoletscontrolit:megafrom
tonhuisman wants to merge 1 commit intoletscontrolit:megafrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolves #3262
Resolves #3263
Features:
Uses a bitmap notation encoded similar to IPv6 addresses (128 bits) (where 1 stream of multiple 0-bits are replaced by
::).Prefixes:
P1 : Plugins part 1 (1..127)
P2 : Plugins part 2 (128..255)
T1 : Controllers part 1 (1..127) (T2 is supported but we don't have > 127 controllers 😅)
N1 : Notifiers part 1 (1..127) (N2 is supported but we don't have > 127 notifiers 😅)
W1 : Network drivers part 1 (1..127) (W2 is supported but we don't have > 127 network drivers 😅)
U1 : Feature flags part 1 (1..127) (U2 is supported but we don't have > 127 feature flags (yet) 😅)
Example:
P1=fc7e:7bdb:de32:b920:1980:a0c0:2c0:c42:,P2=ab1:36c0:1710:1000::,T1=ffe8:200::,N1=c000::,W1=d000::,U1=deff:fb9a:4600::TODO:
FEATURE_*flags with the latest additions (Code has been stashed for some time 🫣)