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
The ambassador should set the policy route on VIP modifications. Currently, the ambassador is adding the VIP addresses to the loopback interface and creates the source routes itself: https://github.com/Nordix/Meridio/blob/issue/135/pkg/ambassador/tap/conduit/conduit.go#L183
Now Meridio has been uplifted to NSM 1.2, the policy routes have been added to the NSM API: https://github.com/networkservicemesh/api/blob/main/pkg/api/networkservice/connectioncontext.proto#L74
Tasks:
The text was updated successfully, but these errors were encountered:
LionelJouin
No branches or pull requests
The ambassador should set the policy route on VIP modifications. Currently, the ambassador is adding the VIP addresses to the loopback interface and creates the source routes itself:
https://github.com/Nordix/Meridio/blob/issue/135/pkg/ambassador/tap/conduit/conduit.go#L183
Now Meridio has been uplifted to NSM 1.2, the policy routes have been added to the NSM API:
https://github.com/networkservicemesh/api/blob/main/pkg/api/networkservice/connectioncontext.proto#L74
Tasks:
The text was updated successfully, but these errors were encountered: