blob: 49a6a0448915703c03750ace3c6153d476f32814 [file] [log] [blame]
module ietf-network {
yang-version 1;
namespace
"urn:ietf:params:xml:ns:yang:ietf-inet-types";
prefix nw;
import ietf-inet-types {
prefix inet;
}
container termination-point {
leaf tp-id {
type string;
}
}
}