Skip to content

Commit

Permalink
Add next-hop-group-name and auto-size in NHG AFT entry state
Browse files Browse the repository at this point in the history
  • Loading branch information
romeyod committed Aug 15, 2023
1 parent 6c94af7 commit 873ca98
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions release/models/aft/openconfig-aft-common.yang
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ submodule openconfig-aft-common {

oc-ext:openconfig-version "2.4.0";

revision "2023-08-15" {
description
"Add next-hop-group-name and auto-size in NHG AFT entry state.";
reference "2.4.0";
}

revision "2023-05-25" {
description
"Add gre and mpls containers under next-hops aft entry state.
Expand Down Expand Up @@ -637,6 +643,22 @@ submodule openconfig-aft-common {
also be updated.";
}

leaf next-hop-group-name {
type string;
description
"Where applicable, this leaf is a unique identifier string for the
next-hop-group. It is an arbitrary name for the group, that is
supported by vendors and is exposed for telemetry.";
}

leaf auto-size {
type boolean;
description
"Where applicable, this leaf is a indicator of the
next-hop-group size being automatically determined or is it
configured to a fixed size.";
}

leaf programmed-id {
type uint64;
description
Expand Down

0 comments on commit 873ca98

Please sign in to comment.