Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

extended community support added #8

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions binding/grpcutil/testservice/gen/testservice.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions binding/grpcutil/testservice/gen/testservice_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions gnmi/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ set -e
git clone https://github.com/openconfig/public.git
wget https://raw.githubusercontent.com/openconfig/gnmi/master/metadata/yang/gnmi-collector-metadata.yang
git clone https://github.com/open-traffic-generator/models-yang.git
cd models-yang
git checkout bd0199b
cd ..

EXCLUDE_MODULES=ietf-interfaces,openconfig-bfd,openconfig-messages

Expand Down
8 changes: 4 additions & 4 deletions gnmi/oc/interfaces/interfaces-0.go
Original file line number Diff line number Diff line change
Expand Up @@ -17275,7 +17275,7 @@ type Interface_PenaltyBasedAiedPathAny struct {
*ygnmi.NodePath
}

// DecayHalfLife (leaf): The amount of time after which an interfaces penalty is decreased by half. Decay-half-time should not be more than max-suppress-time.
// DecayHalfLife (leaf): The amount of time after which an interface's penalty is decreased by half. Decay-half-time should not be more than max-suppress-time.
//
// Defining module: "openconfig-interfaces"
// Instantiating module: "openconfig-interfaces"
Expand All @@ -17293,7 +17293,7 @@ func (n *Interface_PenaltyBasedAiedPath) DecayHalfLife() *Interface_PenaltyBased
return ps
}

// DecayHalfLife (leaf): The amount of time after which an interfaces penalty is decreased by half. Decay-half-time should not be more than max-suppress-time.
// DecayHalfLife (leaf): The amount of time after which an interface's penalty is decreased by half. Decay-half-time should not be more than max-suppress-time.
//
// Defining module: "openconfig-interfaces"
// Instantiating module: "openconfig-interfaces"
Expand Down Expand Up @@ -17347,7 +17347,7 @@ func (n *Interface_PenaltyBasedAiedPathAny) FlapPenalty() *Interface_PenaltyBase
return ps
}

// MaxSuppressTime (leaf): Maximum time an interface can remain damped since the last link down event no matter how unstable it has been prior to this period of stability. In a damped state, the interfaces state change will not be advertised.
// MaxSuppressTime (leaf): Maximum time an interface can remain damped since the last link down event no matter how unstable it has been prior to this period of stability. In a damped state, the interface's state change will not be advertised.
//
// Defining module: "openconfig-interfaces"
// Instantiating module: "openconfig-interfaces"
Expand All @@ -17365,7 +17365,7 @@ func (n *Interface_PenaltyBasedAiedPath) MaxSuppressTime() *Interface_PenaltyBas
return ps
}

// MaxSuppressTime (leaf): Maximum time an interface can remain damped since the last link down event no matter how unstable it has been prior to this period of stability. In a damped state, the interfaces state change will not be advertised.
// MaxSuppressTime (leaf): Maximum time an interface can remain damped since the last link down event no matter how unstable it has been prior to this period of stability. In a damped state, the interface's state change will not be advertised.
//
// Defining module: "openconfig-interfaces"
// Instantiating module: "openconfig-interfaces"
Expand Down
Loading