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

Adding attachment fields to describe the environment in eBPF ALS #99

Merged
merged 3 commits into from
Sep 14, 2024

Conversation

mrproliu
Copy link
Contributor

No description provided.

@mrproliu mrproliu added the enhancement New feature or request label Sep 14, 2024

message ZTunnelAttachmentEnvironment {
// the real destination ip address of the connection
string real_destination_ip = 1;
Copy link
Member

Choose a reason for hiding this comment

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

Could we add an emun by to indicate how we resolve the real IP?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Where do we need to use this enum?

Copy link
Member

Choose a reason for hiding this comment

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

We don't, but we can tell which part of the logic made this. Helpful for debug only.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I have added a new enum to describe how the rover detects and resolves the real dest IP. Is this work for you?

@wu-sheng wu-sheng merged commit 4f3b17e into apache:master Sep 14, 2024
1 check passed
@mrproliu mrproliu deleted the ebpf-access-log-attachment branch September 14, 2024 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants