openconfig / gribi

A gRPC Interface to a Network Element RIB.
Apache License 2.0
57 stars 14 forks source link

Add `FIB_FAILED` status for AFTResult. #29

Closed robshakir closed 2 years ago

robshakir commented 2 years ago
commit 4a1a53fe7c2c2a08e8a1af1926650da70202b358
Author: Rob Shakir <robjs@google.com>
Date:   Mon Jan 24 11:20:22 2022 -0800

    Update protobufs.

commit 84218ad4ee1f606ae36c25e8a64a6523c51b874b
Author: Rob Shakir <robjs@google.com>
Date:   Mon Jan 24 14:11:13 2022 -0500

    Add AFTResult.Status FIB_FAILED status.

     * (M) v1/proto/service/gribi.proto
      - Add a status which indicates that FIB programming failed, allowing
        clients to distinguish cases where the operation was invalid vs.
        those that fail after being passed to the FIB infrastructure to
        program.