Make sure we compare key members via their property name
[mdsal.git] / binding / mdsal-binding-test-model / src / main / yang / mdsal-355.yang
1 module mdsal-355 {
2         namespace "mdsal-355";
3         prefix "mdsal355";
4
5     list OspfStatLsdbBrief {
6         key "AreaIndex LsaType LsId AdvRtr";
7         leaf AreaIndex { type int32; description "Area Index"; }
8         leaf LsaType { type uint8; description "LSA Type"; }
9         leaf LsId { type int32; description "LSA ID"; }
10         leaf AdvRtr { type string; description "Advertised Router"; }
11     }
12 }
13