Skip to content

Commit

Permalink
2024.05.05-22:29
Browse files Browse the repository at this point in the history
  • Loading branch information
slankdev committed May 5, 2024
1 parent db6e191 commit d1169d8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pkg/vtyang/testdata/yang/basic/main.yang
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,20 @@ module main {
leaf vrf { type string; }
leaf description { type string; }
}
list item4 {
key "algo";
leaf algo {
type identityref {
base crypto-algo;
}
}
leaf algo2 {
type identityref {
base crypto-algo;
}
}
leaf description { type string; }
}
}
leaf ipv4-address { type ipv4-address; }
leaf ipv6-address { type ipv6-address; }
Expand Down

0 comments on commit d1169d8

Please sign in to comment.