-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add Eden-SDN example for Local NI with multiple ports #1008
Conversation
7775ae7
to
70800b9
Compare
70800b9
to
70a203b
Compare
7f71826
to
51ed3a5
Compare
This example demonstrates Local network instance with multiple ports and multipath static IP routes. EVE API changes were introduced and described here: lf-edge/eve-api#53 Signed-off-by: Milan Lenco <[email protected]>
51ed3a5
to
88b77c8
Compare
@uncleDecart PR is ready for review and merge (EVE 13.0 with support for multi-port Local NI was released). |
and the HTTP server: | ||
|
||
```shell | ||
eve$ eve attach-app-console 3599588a-17d3-4d02-aae1-bcefe3706cfd.1.1/cons |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this uuid 3599588a-17d3-4d02-aae1-bcefe3706cfd.1.1/cons
is hardcoded, right?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, hardcoded in the device config of the example
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Do you want to add any tests for this?
I want to automatize all the examples but there are some challenges... |
This example demonstrates Local network instance with multiple ports and multipath static IP routes.
EVE API changes were introduced and described here:
lf-edge/eve-api#53