Move netconf-console to apps/
[netconf.git] / plugins / sal-netconf-connector / src / test / resources / schemas / augmented-action.yang
1 module augmented-action {
2   yang-version 1.1;
3   namespace "urn:example:augmented-action";
4   prefix "augaction";
5
6   import example-server-farm { prefix sfarm; revision-date 2018-08-07; }
7
8   augment "/sfarm:device/sfarm:interface" {
9     action disable {
10     }
11   }
12 }