-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
yang: Corrected range format in YANG #17768
base: master
Are you sure you want to change the base?
Conversation
The range statement should specify a continuous range of values Signed-off-by: y-bharath14 <[email protected]>
The range of values is 0 or 10000-max. so the original is correct. 0 means use the default and 10000...max is the allowed range for configuration. This change seems wrong |
Hello Donald Sharp, How about including the below change..
} Thanks & Regards, |
I ... don't think that would work: the "default" value would be out of the valid range, and it would be impossible ever to revert the config to the default value - right?
|
Hello Mark Stapp, Donald Sharp Yes, you are correct . '0' should be part of range(Original one). Thanks & Regards, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.
I don't think the problem is understood here. Rather than talk about a solution, can you state what the problem you are seeing is? |
The range statement should specify a continuous range of values