| ietf-routing@2018-03-13.yang | sandy.yang | |||
|---|---|---|---|---|
| module ietf-routing { | module ietf-routing { | |||
| yang-version "1.1"; | yang-version 1.1; | |||
| namespace "urn:ietf:params:xml:ns:yang:ietf-routing"; | namespace "urn:ietf:params:xml:ns:yang:ietf-routing"; | |||
| prefix "rt"; | prefix rt; | |||
| import ietf-yang-types { | import ietf-yang-types { | |||
| prefix "yang"; | prefix yang; | |||
| } | } | |||
| import ietf-interfaces { | import ietf-interfaces { | |||
| prefix "if"; | prefix if; | |||
| description | description | |||
| "An 'ietf-interfaces' module version that is compatible with | "An 'ietf-interfaces' module version that is compatible with | |||
| the Network Management Datastore Architecture (NMDA) | the Network Management Datastore Architecture (NMDA) | |||
| is required."; | is required."; | |||
| } | } | |||
| organization | organization | |||
| "IETF NETMOD (Network Modeling) Working Group"; | "IETF NETMOD (Network Modeling) Working Group"; | |||
| contact | contact | |||
| "WG Web: <https://datatracker.ietf.org/wg/netmod/> | "WG Web: <https://datatracker.ietf.org/wg/netmod/> | |||
| skipping to change at line 56 | skipping to change at line 54 | |||
| This version of this YANG module is part of RFC 8349; see | This version of this YANG module is part of RFC 8349; see | |||
| the RFC itself for full legal notices."; | the RFC itself for full legal notices."; | |||
| revision 2018-03-13 { | revision 2018-03-13 { | |||
| description | description | |||
| "Network Management Datastore Architecture (NMDA) revision."; | "Network Management Datastore Architecture (NMDA) revision."; | |||
| reference | reference | |||
| "RFC 8349: A YANG Data Model for Routing Management | "RFC 8349: A YANG Data Model for Routing Management | |||
| (NMDA Version)"; | (NMDA Version)"; | |||
| } | } | |||
| revision 2016-11-04 { | revision 2016-11-04 { | |||
| description | description | |||
| "Initial revision."; | "Initial revision."; | |||
| reference | reference "RFC 8022: A YANG Data Model for Routing Management"; | |||
| "RFC 8022: A YANG Data Model for Routing Management"; | ||||
| } | } | |||
| /* Features */ | /* Features */ | |||
| feature multiple-ribs { | feature multiple-ribs { | |||
| description | description | |||
| "This feature indicates that the server supports | "This feature indicates that the server supports | |||
| user-defined RIBs. | user-defined RIBs. | |||
| Servers that do not advertise this feature SHOULD provide | Servers that do not advertise this feature SHOULD provide | |||
| exactly one system-controlled RIB per supported address family | exactly one system-controlled RIB per supported address family | |||
| and also make it the default RIB. This RIB then appears as an | and also make it the default RIB. This RIB then appears as an | |||
| entry in the list '/routing/ribs/rib'."; | entry in the list '/routing/ribs/rib'."; | |||
| } | } | |||
| skipping to change at line 165 | skipping to change at line 162 | |||
| } | } | |||
| grouping router-id { | grouping router-id { | |||
| description | description | |||
| "This grouping provides a router ID."; | "This grouping provides a router ID."; | |||
| leaf router-id { | leaf router-id { | |||
| type yang:dotted-quad; | type yang:dotted-quad; | |||
| description | description | |||
| "A 32-bit number in the form of a dotted quad that is used by | "A 32-bit number in the form of a dotted quad that is used by | |||
| some routing protocols identifying a router."; | some routing protocols identifying a router."; | |||
| reference | reference "RFC 2328: OSPF Version 2"; | |||
| "RFC 2328: OSPF Version 2"; | ||||
| } | } | |||
| } | } | |||
| grouping special-next-hop { | grouping special-next-hop { | |||
| description | description | |||
| "This grouping provides a leaf with an enumeration of special | "This grouping provides a leaf with an enumeration of special | |||
| next hops."; | next hops."; | |||
| leaf special-next-hop { | leaf special-next-hop { | |||
| type enumeration { | type enumeration { | |||
| enum blackhole { | enum blackhole { | |||
| End of changes. 9 change blocks. | ||||
| 12 lines changed or deleted | 9 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||