You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a scenario where a client skips session parameters negotiation, and starts with a ModifyRequest with an AFToperation only, should the successful operation be acknowledged with a deprecated OK status as suggested by these lines in .proto
Currently this is not tested in the compliance test suite, because we always assume that we specify some persistence mode, and SINGLE_PRIMARY. Tying adding the compliance test in openconfig/gribigo@689fdad to adding support for non-leader elected, non-persistent clients to gribigo.
In a scenario where a client skips session parameters negotiation, and starts with a
ModifyRequest
with anAFToperation
only, should the successful operation be acknowledged with a deprecatedOK
status as suggested by these lines in .protogribi/v1/proto/service/gribi.proto
Lines 96 to 102 in 0f369fb
Or, as could be implied from the specification.md, we should use
RIB_PROGRAMMED
instead (since this is the default ack mode)gribi/doc/specification.md
Lines 151 to 163 in 0f369fb
?
The text was updated successfully, but these errors were encountered: