Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gNMI Set Semantics when Update and Replace fields intersect #134

Closed
wenovus opened this issue Mar 30, 2021 · 1 comment
Closed

gNMI Set Semantics when Update and Replace fields intersect #134

wenovus opened this issue Mar 30, 2021 · 1 comment
Labels

Comments

@wenovus
Copy link
Contributor

wenovus commented Mar 30, 2021

Hi,

message SetRequest {
...
  repeated Update replace = 3;    // Updates specifying elements to be replaced.
  repeated Update update = 4;     // Updates specifying elements to updated.
...
}

From the surface of this definition it looks to me that it's possible for the updates to intersect. Is this right? If so, how should this be handled?

@wenovus
Copy link
Contributor Author

wenovus commented Mar 31, 2021

@wenovus wenovus closed this as completed Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant