Skip to content
Draft
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion grpc/dotnet/src/gencs/SlRouteCommon.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion grpc/go/src/gengo/sl_route_common.pb.go

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

2 changes: 1 addition & 1 deletion grpc/protos/sl_route_common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down