Skip to content

Commit

Permalink
restore NONE as an enum value for typedef community-type
Browse files Browse the repository at this point in the history
  • Loading branch information
dplore committed Sep 6, 2024
1 parent 6b19efb commit c53634c
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions release/models/bgp/openconfig-bgp-types.yang
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ module openconfig-bgp-types {
policy. It can be imported by modules that make use of BGP
attributes";

oc-ext:openconfig-version "6.0.0";
oc-ext:openconfig-version "6.1.0";

revision "2024-09-06" {
description
"Restore NONE enum value for community-type.";
reference "6.1.0";
}

revision "2024-02-01" {
description
Expand Down Expand Up @@ -795,10 +801,8 @@ module openconfig-bgp-types {
}
enum NONE {
description
"Do not send any community attribute.
This value has been deprecated because the node is now
a leaf-list.";
status deprecated;
"Do not send any community attribute. If this value is present
then no communities will be sent.";
}
}
description
Expand Down

0 comments on commit c53634c

Please sign in to comment.