ietf-network-vpn-pm@2023-03-10.yang   ietf-network-vpn-pm@2023-03-10.formatted.yang 
skipping to change at line 506 skipping to change at line 506
errors."; errors.";
} }
description description
"Grouping for interface service telemetry."; "Grouping for interface service telemetry.";
} }
augment "/nw:networks/nw:network/nw:network-types" { augment "/nw:networks/nw:network/nw:network-types" {
description description
"Defines the service topologies types."; "Defines the service topologies types.";
container service { container service {
presence presence "Presence of the container indicates performance monitoring
"Presence of the container indicates performance monitoring of the VPN service, and absence of the container indicates
of the VPN service, and absence of the container indicates performance monitoring of the network itself.";
performance monitoring of the network itself.";
description description
"Container for VPN service."; "Container for VPN service.";
leaf service-type { leaf service-type {
type identityref { type identityref {
base vpn-common:service-type; base vpn-common:service-type;
} }
mandatory true; mandatory true;
description description
"This indicates the network service type, "This indicates the network service type,
e.g., L3VPN, VPLS, etc."; e.g., L3VPN, VPLS, etc.";
skipping to change at line 720 skipping to change at line 719
description description
"The leaf indicates the VPN tunnel type, e.g., "The leaf indicates the VPN tunnel type, e.g.,
Generic Routing Encapsulation (GRE), Generic Routing Encapsulation (GRE),
Generic Network Virtualization Encapsulation (Geneve), Generic Network Virtualization Encapsulation (Geneve),
etc."; etc.";
} }
} }
} }
} }
augment augment "/nw:networks/nw:network/nw:node/nt:termination-point" {
"/nw:networks/nw:network/nw:node/nt:termination-point" { description
"Augments the network topology termination point with
performance monitoring attributes.";
container pm-statistics {
config false;
description description
"Augments the network topology termination point with "Container for termination point PM attributes.";
performance monitoring attributes."; uses tp-svc-telemetry;
container pm-statistics { }
config false;
description
"Container for termination point PM attributes.";
uses tp-svc-telemetry;
}
} }
augment "/nw:networks/nw:network/nw:node" augment "/nw:networks/nw:network/nw:node"
+ "/nt:termination-point/pm-statistics" { + "/nt:termination-point/pm-statistics" {
when '../../../nw:network-types/nvp:service' { when '../../../nw:network-types/nvp:service' {
description description
"Augments for VPN service PM."; "Augments for VPN service PM.";
} }
description description
"Augments the network topology termination-point with "Augments the network topology termination-point with
 End of changes. 3 change blocks. 
14 lines changed or deleted 12 lines changed or added

This html diff was produced by rfcdiff 1.48.