rfc9129.txt   rfc9129_YQ.txt 
skipping to change at line 1117 skipping to change at line 1117
The following RFCs are referenced in the "ietf-ospf" YANG module: The following RFCs are referenced in the "ietf-ospf" YANG module:
[RFC0905], [RFC1765], [RFC1793], [RFC2328], [RFC3101], [RFC3623], [RFC0905], [RFC1765], [RFC1793], [RFC2328], [RFC3101], [RFC3623],
[RFC3630], [RFC4552], [RFC4576], [RFC4577], [RFC4915], [RFC4973], [RFC3630], [RFC4552], [RFC4576], [RFC4577], [RFC4915], [RFC4973],
[RFC5082], [RFC5185], [RFC5187], [RFC5250], [RFC5286], [RFC5309], [RFC5082], [RFC5185], [RFC5187], [RFC5250], [RFC5286], [RFC5309],
[RFC5329], [RFC5340], [RFC5443], [RFC5613], [RFC5642], [RFC5709], [RFC5329], [RFC5340], [RFC5443], [RFC5613], [RFC5642], [RFC5709],
[RFC5714], [RFC5838], [RFC5880], [RFC5881], [RFC6565], [RFC6845], [RFC5714], [RFC5838], [RFC5880], [RFC5881], [RFC6565], [RFC6845],
[RFC6860], [RFC6987], [RFC6991], [RFC7166], [RFC7474], [RFC7490], [RFC6860], [RFC6987], [RFC6991], [RFC7166], [RFC7474], [RFC7490],
[RFC7684], [RFC7770], [RFC7777], [RFC7884], [RFC8177], [RFC8294], [RFC7684], [RFC7770], [RFC7777], [RFC7884], [RFC8177], [RFC8294],
[RFC8343], [RFC8349], [RFC8405], [RFC8476], and [RFC9314]. [RFC8343], [RFC8349], [RFC8405], [RFC8476], and [RFC9314].
<CODE BEGINS> file "ietf-ospf@2022-10-21.yang" <CODE BEGINS> file "ietf-ospf@2021-09-03.yang"
module ietf-ospf { module ietf-ospf {
yang-version 1.1; yang-version 1.1;
namespace "urn:ietf:params:xml:ns:yang:ietf-ospf"; namespace "urn:ietf:params:xml:ns:yang:ietf-ospf";
prefix ospf; prefix ospf;
import ietf-inet-types { import ietf-inet-types {
prefix inet; prefix inet;
reference reference
"RFC 6991: Common YANG Data Types"; "RFC 6991: Common YANG Data Types";
skipping to change at line 1222 skipping to change at line 1222
Redistribution and use in source and binary forms, with or Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject to without modification, is permitted pursuant to, and subject to
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 9129; see the This version of this YANG module is part of RFC 9129; see the
RFC itself for full legal notices."; RFC itself for full legal notices.";
revision 2022-10-21 { revision 2021-09-03 {
description description
"Initial revision."; "Initial revision.";
reference reference
"RFC 9129: YANG Data Model for the OSPF Protocol"; "RFC 9129: YANG Data Model for the OSPF Protocol";
} }
feature multi-topology { feature multi-topology {
description description
"Support for Multi-Topology (MT) routing."; "Support for Multi-Topology (MT) routing.";
reference reference
skipping to change at line 5455 skipping to change at line 5455
} }
description description
"OSPF protocol 'ietf-routing' module 'control-plane-protocol' "OSPF protocol 'ietf-routing' module 'control-plane-protocol'
augmentation."; augmentation.";
container ospf { container ospf {
description description
"OSPF protocol instance."; "OSPF protocol instance.";
leaf address-family { leaf address-family {
type iana-rt-types:address-family;
when "derived-from-or-self(../../rt:type, 'ospfv3')" { when "derived-from-or-self(../../rt:type, 'ospfv3')" {
description "Only applicable to OSPFv3."; description "Only applicable to OSPFv3.";
} }
type iana-rt-types:address-family;
description description
"Address family of the instance."; "Address family of the instance.";
} }
uses instance-config; uses instance-config;
uses instance-state; uses instance-state;
container areas { container areas {
description description
"All OSPF areas."; "All OSPF areas.";
 End of changes. 4 change blocks. 
3 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.48.