< draft-ietf-bfd-yang.txt   draft-ietf-bfd-yang-17.txt >
skipping to change at page 26, line 26 skipping to change at page 26, line 26
} }
} }
<CODE ENDS> <CODE ENDS>
2.13. BFD types YANG Module 2.13. BFD types YANG Module
This YANG module imports typedefs from [RFC6991], [RFC8177] and the This YANG module imports typedefs from [RFC6991], [RFC8177] and the
"control-plane-protocol" identity from [RFC8349]. "control-plane-protocol" identity from [RFC8349].
<CODE BEGINS> file "ietf-bfd-types@2018-08-01.yang" <CODE BEGINS> file "ietf-bfd-types@2019-08-21.yang"
module ietf-bfd-types { module ietf-bfd-types {
yang-version 1.1; yang-version 1.1;
namespace "urn:ietf:params:xml:ns:yang:ietf-bfd-types"; namespace "urn:ietf:params:xml:ns:yang:ietf-bfd-types";
prefix "bfd-types"; prefix "bfd-types";
// RFC Ed.: replace occurences of XXXX with actual RFC number and // RFC Ed.: replace occurences of XXXX with actual RFC number and
skipping to change at page 27, line 49 skipping to change at page 27, line 49
to the license terms contained in, the Simplified BSD License to the license terms contained in, the Simplified BSD License
set forth in Section 4.c of the IETF Trust's Legal Provisions set forth in Section 4.c of the IETF Trust's Legal Provisions
Relating to IETF Documents Relating to IETF Documents
(http://trustee.ietf.org/license-info). (http://trustee.ietf.org/license-info).
This version of this YANG module is part of RFC XXXX; see This version of this YANG module is part of RFC XXXX; see
the RFC itself for full legal notices."; the RFC itself for full legal notices.";
reference "RFC XXXX"; reference "RFC XXXX";
revision 2018-08-01 { revision 2019-08-21 {
description "Initial revision."; description "Initial revision.";
reference "RFC XXXX: YANG Data Model for BFD"; reference "RFC XXXX: YANG Data Model for BFD";
} }
/* /*
* Feature definitions * Feature definitions
*/ */
feature single-minimum-interval { feature single-minimum-interval {
description description
"This feature indicates that the server supports configuration "This feature indicates that the server supports configuration
of one minimum interval value which is used for both transmit and of one minimum interval value which is used for both transmit and
skipping to change at page 31, line 43 skipping to change at page 31, line 43
grouping base-cfg-parms { grouping base-cfg-parms {
description "BFD grouping for base config parameters."; description "BFD grouping for base config parameters.";
leaf local-multiplier { leaf local-multiplier {
type multiplier; type multiplier;
default 3; default 3;
description "Multiplier transmitted by local system."; description "Multiplier transmitted by local system.";
} }
choice interval-config-type { choice interval-config-type {
default tx-rx-intervals;
description description
"Two interval values or one value used for both transmit and "Two interval values or one value used for both transmit and
receive."; receive.";
case tx-rx-intervals { case tx-rx-intervals {
leaf desired-min-tx-interval { leaf desired-min-tx-interval {
type uint32; type uint32;
units microseconds; units microseconds;
default 1000000; default 1000000;
description description
"Desired minimum transmit interval of control packets."; "Desired minimum transmit interval of control packets.";
 End of changes. 3 change blocks. 
2 lines changed or deleted 3 lines changed or added

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