Skip to content

Commit

Permalink
Added PIM bidirectional mode to the PIM_MODE type (#1118).
Browse files Browse the repository at this point in the history
  • Loading branch information
raviv-arista committed May 31, 2024
1 parent 3c810f3 commit 6e8e93e
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 6e8e93e

Please sign in to comment.