Skip to content

Commit 94403cb

Browse files
committed
adjust lldp hello timer config to ec202111
1 parent fd7db62 commit 94403cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configdb/fields.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ const (
8383
)
8484

8585
type LLDP struct {
86-
Global LLDPGlobal `json:"GLOBAL"`
86+
Global LLDPGlobal `json:"Global"`
8787
}
8888

8989
type LLDPGlobal struct {
90-
HelloTime string `json:"hello_time,omitempty"`
90+
HelloTime string `json:"hello_timer,omitempty"`
9191
}
9292

9393
type MCLAGDomain struct {

0 commit comments

Comments
 (0)