Skip to content

Commit

Permalink
Address review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shashank-arista committed Jun 14, 2024
1 parent 06e2542 commit 589800b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions release/models/ospf/openconfig-ospfv2-area-interface.yang
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ submodule openconfig-ospfv2-area-interface {
}

leaf simple-password {
type string;
type oc-types:routing-password;
description
"Password for simple authentication mode to be specified for OSPF
authentication.";
Expand All @@ -260,9 +260,7 @@ submodule openconfig-ospfv2-area-interface {
authentication";

leaf key-id {
type uint8 {
range "1..255";
}
type uint8;
description
"Message-digest keyid to identify auth key and auth algo for
OSPF authentication.";
Expand All @@ -278,7 +276,7 @@ submodule openconfig-ospfv2-area-interface {
}

leaf auth-key {
type string;
type oc-types:routing-password;
description
"Password to be used to generate/verify message digest
for OSPF authentication.";
Expand Down

0 comments on commit 589800b

Please sign in to comment.