We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
groupId
Add new field groupId to ConnectionContext to enable possibility for mutually aware nse(which belongs to the same group)
ConnectionContext
message ConnectionContext { IPContext ip_context = 1; DNSContext dns_context = 2; EthernetContext ethernet_context = 3; map<string, string> extra_context = 4; uint32 MTU = 5; string group_id =6 /*new field,*/ }
part of #121
The text was updated successfully, but these errors were encountered:
@Mixaster995 I don't think that adding id is a good idea. Could you please explain how it will be set on the NSE side?
Sorry, something went wrong.
Can we close this issue?
It's done.
Successfully merging a pull request may close this issue.
Description
Add new field
groupId
toConnectionContext
to enable possibility for mutually aware nse(which belongs to the same group)Issue
part of #121
Definition of done
The text was updated successfully, but these errors were encountered: