Skip to content

Commit

Permalink
Merge branch 'master' into interface-speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
earies committed Oct 8, 2024
2 parents d6af3fb + 868ab34 commit 78af366
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 78af366

Please sign in to comment.