< draft-ietf-lime-yang-connectionless-oam-12.txt   draft-ietf-lime-yang-connectionless-oam-13.txt >
skipping to change at page 1, line 15 skipping to change at page 1, line 15
Intended status: Standards Track M. Wang Intended status: Standards Track M. Wang
Expires: April 26, 2018 Q. Wu Expires: April 26, 2018 Q. Wu
Huawei Huawei
R. Rahman R. Rahman
S. Raghavan S. Raghavan
Cisco Cisco
October 23, 2017 October 23, 2017
Generic YANG Data Model for Operations, Administration, and Generic YANG Data Model for Operations, Administration, and
Maintenance(OAM) protocols for Connectionless networks Maintenance(OAM) protocols for Connectionless networks
draft-ietf-lime-yang-connectionless-oam-12 draft-ietf-lime-yang-connectionless-oam-13
Abstract Abstract
This document presents a base YANG Data model for connectionless This document presents a base YANG Data model for connectionless
Operations Administration, and Maintenance(OAM) protocols. It Operations Administration, and Maintenance(OAM) protocols. It
provides a technology-independent abstraction of key OAM constructs provides a technology-independent abstraction of key OAM constructs
for connectionless protocols. The base model presented here can be for connectionless protocols. The base model presented here can be
extended to include technology specific details. This is leading to extended to include technology specific details. This is leading to
uniformity between OAM protocols and support both nested OAM uniformity between OAM protocols and support both nested OAM
workflows (i.e., performing OAM functions at different or same levels workflows (i.e., performing OAM functions at different or same levels
skipping to change at page 34, line 12 skipping to change at page 34, line 12
"Grouping for timestamp."; "Grouping for timestamp.";
leaf timestamp-type { leaf timestamp-type {
type identityref { type identityref {
base timestamp-type; base timestamp-type;
} }
description description
"Type of Timestamp, such as Truncated PTP, NTP."; "Type of Timestamp, such as Truncated PTP, NTP.";
} }
container timestamp-64bit { container timestamp-64bit {
when "derived-from-or-self(../timestamp-type, 'cl-oam:truncated-ptp')"+ when "derived-from-or-self(../timestamp-type, 'cl-oam:truncated-ptp')"+
"or derived-from-or-self(../type,'cl-oam:ntp64')" { "or derived-from-or-self(../timestamp-type,'cl-oam:ntp64')" {
description description
"Only applies when Truncated NTP or 64bit NTP Timestamp."; "Only applies when Truncated NTP or 64bit NTP Timestamp.";
} }
leaf timestamp-sec { leaf timestamp-sec {
type uint32; type uint32;
description description
"Absolute timestamp in seconds as per IEEE1588v2 "Absolute timestamp in seconds as per IEEE1588v2
or seconds part in 64-bit NTP timestamp."; or seconds part in 64-bit NTP timestamp.";
} }
leaf timestamp-nanosec { leaf timestamp-nanosec {
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.48. The latest version is available from http://tools.ietf.org/tools/rfcdiff/