-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow to use string aliases for raw nv config values
Now, we parse out the string aliases for nv config parameters' values, which results in a case where a user can provide a valid config that can get applied but will never be seen as successfully applied, resulting in an endless return loop e.g. Configurations: Default Current Next Boot KEEP_IB_LINK_UP_P2 False(0) True(1) True(1) KEEP_LINK_UP_ON_BOOT_P2 False(0) False(0) False(0) MEMIC_SIZE_LIMIT _256KB(1) _256KB(1) DISABLED(0) The fix is to keep both numeric values and string aliases and look for a match among them. Signed-off-by: Alexander Maslennikov <[email protected]>
- Loading branch information
1 parent
7a4cdf8
commit 36b73a6
Showing
10 changed files
with
353 additions
and
214 deletions.
There are no files selected for viewing
This file contains 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
Oops, something went wrong.