summaryrefslogtreecommitdiffstats
path: root/tools/lint/examples/module1.yang
blob: 1df7bf167b56f3d98d51ac9abbf92a2ccad052f0 (plain)
1
2
3
4
5
module module1 {
  namespace "urn:yanglint:module";
  prefix m;
  leaf m { type string; }
}