-
Notifications
You must be signed in to change notification settings - Fork 176
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
Replace system.network.state with network.connection.state #1632
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: ChrsMark <[email protected]>
ba65c2c
to
20e087c
Compare
model/network/registry.yaml
Outdated
value: 'time_wait' | ||
stability: experimental | ||
stability: experimental | ||
brief: "A stateless protocol MUST NOT set this attribute" |
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.
can we move that statement into note
and in brief
describe what that attribute stands for?
model/system/registry.yaml
Outdated
@@ -152,6 +152,7 @@ groups: | |||
brief: "Describes Network attributes" | |||
attributes: | |||
- id: system.network.state | |||
deprecated: 'Removed, report network connection state with `network.connection.state` attribute' |
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.
Since this attribute is being deprecated here, it should be moved to this file: /model/system/deprecated/registry-deprecated.yaml
Signed-off-by: ChrsMark <[email protected]>
Fixes #308
Changes
ref: #308 (comment)
Merge requirement checklist
[chore]