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
Now excludedprefixes/client.go prevents IPs overlapping between NSEs.
We need to support use case where it is ok.
Accordingly to changes in api (networkservicemesh/api#123) modify pkg/networkservice/common/excludedprefixes/client.go chain element to enable mutually aware NSEs.
Use group_id(if it's not empty) to not add IPs issued by nse to excluded prefixes for next requests to same nse group.
Description
Now
excludedprefixes/client.go
preventsIPs
overlapping between NSEs.We need to support use case where it is ok.
Accordingly to changes in
api
(networkservicemesh/api#123) modifypkg/networkservice/common/excludedprefixes/client.go
chain element to enable mutually aware NSEs.Use
group_id
(if it's not empty) to not addIPs
issued by nse to excluded prefixes for next requests to same nse group.Issue
part of networkservicemesh/api#121
References
chain element for modification - https://github.com/networkservicemesh/sdk/pull/1197/files#diff-feb7f1b8d36ba643d92d8e4ab16439209955c0c88b3500ef93e2479509ba69af
Definition of done
excludedprefixes/client.go
group_id
field on nse sideThe text was updated successfully, but these errors were encountered: