rfc9194v3.txt | rfc9194.txt | |||
---|---|---|---|---|
skipping to change at line 124 ¶ | skipping to change at line 124 ¶ | |||
2.2. YANG Module | 2.2. YANG Module | |||
The following is the YANG module for managing the IS-IS reverse | The following is the YANG module for managing the IS-IS reverse | |||
metric functionality defined in [RFC8500]. It imports modules from | metric functionality defined in [RFC8500]. It imports modules from | |||
[RFC8349] and [RFC9130]. | [RFC8349] and [RFC9130]. | |||
This YANG module uses the same per-level hierarchical configuration | This YANG module uses the same per-level hierarchical configuration | |||
structure as that defined in the augmented base module. | structure as that defined in the augmented base module. | |||
<CODE BEGINS> | <CODE BEGINS> file "ietf-isis-reverse-metric@2022-10-19.yang" | |||
file "ietf-isis-reverse-metric@2022-02-03.yang" | ||||
module ietf-isis-reverse-metric { | module ietf-isis-reverse-metric { | |||
yang-version 1.1; | yang-version 1.1; | |||
namespace "urn:ietf:params:xml:ns:yang:ietf-isis-reverse-metric"; | namespace "urn:ietf:params:xml:ns:yang:ietf-isis-reverse-metric"; | |||
prefix isis-rmetric; | prefix isis-rmetric; | |||
import ietf-routing { | import ietf-routing { | |||
prefix rt; | prefix rt; | |||
reference | reference | |||
"RFC 8349: A YANG Data Model for Routing Management | "RFC 8349: A YANG Data Model for Routing Management | |||
(NMDA Version)"; | (NMDA Version)"; | |||
skipping to change at line 173 ¶ | skipping to change at line 172 ¶ | |||
the license terms contained in, the Revised BSD License set | the license terms contained in, the Revised BSD License set | |||
forth in Section 4.c of the IETF Trust's Legal Provisions | forth in Section 4.c of the IETF Trust's Legal Provisions | |||
Relating to IETF Documents | Relating to IETF Documents | |||
(https://trustee.ietf.org/license-info). | (https://trustee.ietf.org/license-info). | |||
This version of this YANG module is part of RFC 9194; see the | This version of this YANG module is part of RFC 9194; see the | |||
RFC itself for full legal notices."; | RFC itself for full legal notices."; | |||
reference | reference | |||
"RFC 8500: IS-IS Routing with Reverse Metric"; | "RFC 8500: IS-IS Routing with Reverse Metric"; | |||
revision 2022-02-03 { | revision 2022-10-19 { | |||
description | description | |||
"Initial revision."; | "Initial revision."; | |||
reference | reference | |||
"RFC 9194: A YANG Module for IS-IS Reverse Metric"; | "RFC 9194: A YANG Module for IS-IS Reverse Metric"; | |||
} | } | |||
grouping reverse-metric-data { | grouping reverse-metric-data { | |||
description | description | |||
"IS-IS reverse metric data."; | "IS-IS reverse metric data."; | |||
leaf metric { | leaf metric { | |||
End of changes. 2 change blocks. | ||||
3 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.48. |