This is an automated email from the ASF dual-hosted git repository.

wusheng pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/skywalking-data-collect-protocol.git


The following commit(s) were added to refs/heads/master by this push:
     new 055d64b  Add addition arguments in the eBPF ztunnel environment (#117)
055d64b is described below

commit 055d64b104b5d84e15e27b74f5cbe712e7f9b0df
Author: mrproliu <[email protected]>
AuthorDate: Mon Oct 20 22:18:37 2025 +0800

    Add addition arguments in the eBPF ztunnel environment (#117)
---
 ebpf/accesslog.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ebpf/accesslog.proto b/ebpf/accesslog.proto
index 5720936..19d3948 100644
--- a/ebpf/accesslog.proto
+++ b/ebpf/accesslog.proto
@@ -100,6 +100,8 @@ message ZTunnelAttachmentEnvironment {
     ZTunnelAttachmentEnvironmentDetectBy by = 2;
     // the security policy of the ztunnel communicate with upstream
     ZTunnelAttachmentSecurityPolicy security_policy = 3;
+    // additional arguments
+    repeated KeyStringValuePair addition = 4;
 }
 
 enum ZTunnelAttachmentEnvironmentDetectBy {

Reply via email to