| velandy | 88a64f1 | 2017-06-07 23:32:49 -0400 | [diff] [blame] | 1 | |
| 2 | /* | ||||
| 3 | * NO RW COPYRIGHT | ||||
| 4 | * | ||||
| 5 | */ | ||||
| 6 | |||||
| 7 | module ietf-network-annotation | ||||
| 8 | { | ||||
| 9 | namespace "urn:ietf:params:xml:ns:yang:ietf-network"; | ||||
| 10 | prefix "ietf-network-ann"; | ||||
| 11 | |||||
| 12 | import tailf-common { | ||||
| 13 | prefix tailf; | ||||
| 14 | } | ||||
| 15 | |||||
| 16 | import ietf-network { | ||||
| 17 | prefix nd; | ||||
| 18 | } | ||||
| 19 | |||||
| 20 | tailf:annotate "/nd:network" { | ||||
| 21 | tailf:callpoint rw_callpoint; | ||||
| 22 | } | ||||
| 23 | |||||
| 24 | tailf:annotate "/nd:network/nd:server-provided" { | ||||
| 25 | tailf:callpoint rw_callpoint; | ||||
| 26 | } | ||||
| 27 | } | ||||