ietf-pim-dm.yang | ietf-pim-dm-formatted.yang | |||
---|---|---|---|---|
module ietf-pim-dm { | module ietf-pim-dm { | |||
yang-version 1.1; | yang-version 1.1; | |||
namespace "urn:ietf:params:xml:ns:yang:ietf-pim-dm"; | namespace "urn:ietf:params:xml:ns:yang:ietf-pim-dm"; | |||
prefix pim-dm; | prefix pim-dm; | |||
import ietf-routing { | import ietf-routing { | |||
prefix "rt"; | prefix rt; | |||
reference | reference | |||
"RFC 8349: A YANG Data Model for Routing Management (NMDA | "RFC 8349: A YANG Data Model for Routing Management (NMDA | |||
Version)"; | Version)"; | |||
} | } | |||
import ietf-pim-base { | import ietf-pim-base { | |||
prefix "pim-base"; | prefix pim-base; | |||
reference | reference | |||
"RFC 9128: A YANG Data Model for Protocol Independent | "RFC 9128: A YANG Data Model for Protocol Independent | |||
Multicast (PIM)"; | Multicast (PIM)"; | |||
} | } | |||
organization | organization | |||
"IETF PIM Working Group"; | "IETF PIM Working Group"; | |||
contact | contact | |||
"WG Web: <https://datatracker.ietf.org/wg/pim/> | "WG Web: <https://datatracker.ietf.org/wg/pim/> | |||
WG List: <mailto:pim@ietf.org> | WG List: <mailto:pim@ietf.org> | |||
Editor: Xufeng Liu | Editor: Xufeng Liu | |||
<mailto:xufeng.liu.ietf@gmail.com> | <mailto:xufeng.liu.ietf@gmail.com> | |||
Editor: Pete McAllister | Editor: Pete McAllister | |||
<mailto:pete.mcallister@metaswitch.com> | <mailto:pete.mcallister@metaswitch.com> | |||
skipping to change at line 77 ¶ | skipping to change at line 74 ¶ | |||
(PIM-DM): Protocol Specification (Revised) | (PIM-DM): Protocol Specification (Revised) | |||
RFC 9128: A YANG Data Model for Protocol Independent | RFC 9128: A YANG Data Model for Protocol Independent | |||
Multicast (PIM)"; | Multicast (PIM)"; | |||
} | } | |||
/* | /* | |||
* Configuration data nodes | * Configuration data nodes | |||
*/ | */ | |||
augment "/rt:routing/rt:control-plane-protocols/" | augment "/rt:routing/rt:control-plane-protocols/" | |||
+ "pim-base:pim/pim-base:address-family" { | + "pim-base:pim/pim-base:address-family" { | |||
description | description | |||
"PIM-DM augmentation."; | "PIM-DM augmentation."; | |||
container dm { | container dm { | |||
presence "Present to enable PIM-DM."; | presence "Present to enable PIM-DM."; | |||
description | description | |||
"PIM-DM configuration data."; | "PIM-DM configuration data."; | |||
} // dm | } | |||
} // augment | } // augment | |||
augment "/rt:routing/rt:control-plane-protocols/" | augment "/rt:routing/rt:control-plane-protocols/" | |||
+ "pim-base:pim/pim-base:interfaces/pim-base:interface/" | + "pim-base:pim/pim-base:interfaces/pim-base:interface/" | |||
+ "pim-base:address-family" { | + "pim-base:address-family" { | |||
description | description | |||
"PIM-DM augmentation to 'pim-base:interface'."; | "PIM-DM augmentation to 'pim-base:interface'."; | |||
container dm { | container dm { | |||
presence "Present to enable PIM-DM."; | presence "Present to enable PIM-DM."; | |||
description | description | |||
"PIM-DM configuration data."; | "PIM-DM configuration data."; | |||
} // dm | } | |||
} // augment | } // augment | |||
} | } | |||
End of changes. 11 change blocks. | ||||
11 lines changed or deleted | 8 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/ |