Skip to content
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

Custom tlv info support #392

Merged
merged 7 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions artifacts/openapi.html

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion artifacts/openapi.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion artifacts/otg.proto

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions result/lldpneighbors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,14 @@ components:
oui_subtype:
description: >-
The organizationally defined subtype field shall contain a unique subtype value assigned by the defining organization.
type: string
type: integer
format: uint32
x-field-uid: 3
information:
description: >-
Contains information on the remaining bytes of the received Organization-Specific TLV after the sub-type field. The value must be returned in lowercase hexadecimal format.
type: string
x-field-uid: 4

LldpCapability.State:
description: >-
Expand Down Expand Up @@ -224,4 +230,4 @@ components:
Indicates whether the corresponding system capability is enabled on the neighbor.
type: boolean
x-field-uid: 2