Add tool to measure southbound notification performance
[netconf.git] / netconf / tools / netconf-test-perf / src / main / yang / Example-notifications@2015-06-11.yang
1 module Example-notifications {
2
3   namespace "org:opendaylight:coretutorials:ncmount:example:notifications";
4
5   prefix "ex-not";
6
7   import Cisco-IOS-XR-ip-static-cfg { prefix "ip-static-cfg"; }
8
9   description
10     "Sample model used for notification utilization demonstration.
11     This model is not used by XR or any other netconf server.";
12
13   revision "2015-06-11" {
14     description
15       "Initial revision.";
16   }
17
18   notification vrf-route-notification {
19     uses ip-static-cfg:VRF-PREFIX-TABLE;
20     description "Artificial notification based on Cisco-IOS-XR-ip-static-cfg model";
21   }
22
23
24 }