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

eclient image improvements #937

Merged
merged 1 commit into from
Dec 29, 2023

Conversation

milan-zededa
Copy link
Contributor

3 small improvements:

  • enable IP forwarding so that eclient can be used in tests to simulate router application
  • run shell as the final foreground process. This enables to attach to the container using eve attach-app-console and enjoy interactive session
  • add tcpdump - it can be useful when debugging connectivity issues that prevent installing it in runtime

Comment on lines -9 to +11
google.golang.org/protobuf v1.28.1 h1:d0NfwRgPtno5B1Wa6L2DAG+KivqkdutMf1UhdNx175w=
google.golang.org/protobuf v1.28.1/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
google.golang.org/protobuf v1.30.0 h1:kPPoIgf3TsEvrm0PFe15JQ+570QVxYzEvvHqChK+cng=
google.golang.org/protobuf v1.30.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I=
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for fixing this

Copy link
Collaborator

@giggsoff giggsoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with small comment about future failure

3 improvements:
- enable IP forwarding so that eclient can be used in tests to simulate
  router application
- run shell as the final foreground process. This enables to attach to
  the container using `eve attach-app-console` and enjoy interactive
  session
- add tcpdump - it can be useful when debugging connectivity issues that
  prevent installing it in runtime

Signed-off-by: Milan Lenco <[email protected]>
Copy link
Collaborator

@giggsoff giggsoff left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@milan-zededa milan-zededa merged commit 8a279cd into lf-edge:master Dec 29, 2023
17 of 20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants