From 4a20fee4f101298cef0a1cbb3e4273b5bfb6242b Mon Sep 17 00:00:00 2001 From: Sonia Maini Date: Wed, 20 Mar 2024 11:02:34 -0700 Subject: [PATCH 1/3] Comment change to PathList key --- grpc/dotnet/src/gencs/SlRouteCommon.cs | 2 +- grpc/go/src/gengo/sl_route_common.pb.go | 2 +- grpc/protos/sl_route_common.proto | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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. From 33c5cb5970ae6c4cdd45b3c1c86ae07f903ebba1 Mon Sep 17 00:00:00 2001 From: Sonia Maini Date: Fri, 22 Mar 2024 09:24:31 -0700 Subject: [PATCH 2/3] Add additional comments for version 0.9.0 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2f1db99a..20bf17d1 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,7 @@ The SL API version is stored in the file grpc/protos/sl_version.proto. Comprised | 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 | + | The API contains forward looking SLAFNotif(), match criteria for SLAFGet(), viability flags and FIB ACK that are work in progress | ## Release Branches From f5c0516bb8710fdf71b411f3e549305815c2c95d Mon Sep 17 00:00:00 2001 From: Sonia Maini Date: Fri, 22 Mar 2024 09:56:31 -0700 Subject: [PATCH 3/3] Fix formatting --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 20bf17d1..9848f7f1 100644 --- a/README.md +++ b/README.md @@ -63,8 +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 | - | The API contains forward looking SLAFNotif(), match criteria for SLAFGet(), viability flags and FIB ACK that are work in progress | +| 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