blob: f531f652d6dc583f277cc53ea5bd222d2b53196e [file] [log] [blame]
/*
* NO RW COPYRIGHT
*
*/
module ietf-network-annotation
{
namespace "urn:ietf:params:xml:ns:yang:ietf-network";
prefix "ietf-network-ann";
import tailf-common {
prefix tailf;
}
import ietf-network {
prefix nd;
}
tailf:annotate "/nd:network" {
tailf:callpoint rw_callpoint;
}
tailf:annotate "/nd:network/nd:server-provided" {
tailf:callpoint rw_callpoint;
}
}