Skip to content

Commit

Permalink
Added PIM bidirectional mode to the PIM_MODE type (#1118). (#1119)
Browse files Browse the repository at this point in the history
Co-authored-by: Darren Loher <[email protected]>
  • Loading branch information
raviv-arista and dplore authored Oct 8, 2024
1 parent f238a8d commit 868ab34
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion release/models/multicast/openconfig-pim-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ module openconfig-pim-types {
description
"This module defines types related to the PIM protocol model.";

oc-ext:openconfig-version "0.1.1";
oc-ext:openconfig-version "0.1.2";

revision "2024-05-31" {
description
"Add PIM bidirectional mode.";
reference "0.1.2";
}

revision "2018-11-21" {
description
Expand Down Expand Up @@ -62,6 +68,13 @@ module openconfig-pim-types {
reference "RFC3973";
}

identity PIM_MODE_BIDIR {
base PIM_MODE;
description
"PIM bidirectional mode.";
reference "RFC5015";
}

// typedef statements

typedef dr-priority-type {
Expand Down

0 comments on commit 868ab34

Please sign in to comment.