diff --git a/README.md b/README.md index 2f1db99a..9848f7f1 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The SL API version is stored in the file grpc/protos/sl_version.proto. Comprised | 0.3.0 | MPLS Class Based Forwarding | | 0.6.0 | Service-Layer and SR merge, Primary/backup (aka Path Priority) for MPLS CBF, Route download priority | | 0.7.0 | VxLAN encapsulation for IP routes | -| 0.9.0 | Service-Layer AF common RPCs | +| 0.9.0 | Service-Layer AF common RPCs. The API contains forward looking SLAFNotif(), match criteria for SLAFGet(), viability flags and FIB ACK that are work in progress | ## Release Branches diff --git a/grpc/dotnet/src/gencs/SlRouteCommon.cs b/grpc/dotnet/src/gencs/SlRouteCommon.cs index 3814e0d8..9da38535 100644 --- a/grpc/dotnet/src/gencs/SlRouteCommon.cs +++ b/grpc/dotnet/src/gencs/SlRouteCommon.cs @@ -5354,7 +5354,7 @@ public void MergeFrom(pb::CodedInputStream input) { /// paths with identical keys are coalesced and cannot be used /// as a mechanism to achieve unequal cost multi-path distribution. /// - /// Path key includes NextHopAdress, NextHopInterface, and VrfName. + /// Path key includes NextHopAdress, NextHopInterface, LabelStack and VrfName. /// /// FRR Note: /// Failover from primary to backup is based on the trigger used (e.g. diff --git a/grpc/go/src/gengo/sl_route_common.pb.go b/grpc/go/src/gengo/sl_route_common.pb.go index eea67156..7476ded8 100644 --- a/grpc/go/src/gengo/sl_route_common.pb.go +++ b/grpc/go/src/gengo/sl_route_common.pb.go @@ -1594,7 +1594,7 @@ func (x *SLVxLANPath) GetDestIpAddress() *SLIpAddress { // paths with identical keys are coalesced and cannot be used // as a mechanism to achieve unequal cost multi-path distribution. // -// Path key includes NextHopAdress, NextHopInterface, and VrfName. +// Path key includes NextHopAdress, NextHopInterface, LabelStack and VrfName. // // FRR Note: // Failover from primary to backup is based on the trigger used (e.g. diff --git a/grpc/protos/sl_route_common.proto b/grpc/protos/sl_route_common.proto index 7b0e2c9f..3e7948f0 100644 --- a/grpc/protos/sl_route_common.proto +++ b/grpc/protos/sl_route_common.proto @@ -437,7 +437,7 @@ message SLVxLANPath { // paths with identical keys are coalesced and cannot be used // as a mechanism to achieve unequal cost multi-path distribution. // -// Path key includes NextHopAdress, NextHopInterface, and VrfName. +// Path key includes NextHopAdress, NextHopInterface, LabelStack and VrfName. // // FRR Note: // Failover from primary to backup is based on the trigger used (e.g.