[PR #1468] [MERGED] Remove debug lines #15428

Closed
opened 2026-08-05 03:07:38 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1468
Author: @pappz
Created: 1/15/2024
Status: Merged
Merged: 1/15/2024
Merged by: @pappz

Base: mainHead: ebpf-remove-print


📝 Commits (1)

📊 Changes

8 files changed (+19 additions, -15 deletions)

View changed files

📝 client/internal/ebpf/ebpf/bpf_bpfeb.go (+0 -1)
📝 client/internal/ebpf/ebpf/bpf_bpfeb.o (+0 -0)
📝 client/internal/ebpf/ebpf/bpf_bpfel.go (+1 -2)
📝 client/internal/ebpf/ebpf/bpf_bpfel.o (+0 -0)
📝 client/internal/ebpf/ebpf/src/dns_fwd.c (+3 -3)
📝 client/internal/ebpf/ebpf/src/prog.c (+1 -7)
client/internal/ebpf/ebpf/src/readme.md (+12 -0)
📝 client/internal/ebpf/ebpf/src/wg_proxy.c (+2 -2)

📄 Description

Describe your changes

Remove print lines from C code

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/1468 **Author:** [@pappz](https://github.com/pappz) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 1/15/2024 **Merged by:** [@pappz](https://github.com/pappz) **Base:** `main` ← **Head:** `ebpf-remove-print` --- ### 📝 Commits (1) - [`ff0ea7a`](https://github.com/netbirdio/netbird/commit/ff0ea7af573041cf0282c49d9f28ece3221ec7b5) Remove debug lines ### 📊 Changes **8 files changed** (+19 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/ebpf/ebpf/bpf_bpfeb.go` (+0 -1) 📝 `client/internal/ebpf/ebpf/bpf_bpfeb.o` (+0 -0) 📝 `client/internal/ebpf/ebpf/bpf_bpfel.go` (+1 -2) 📝 `client/internal/ebpf/ebpf/bpf_bpfel.o` (+0 -0) 📝 `client/internal/ebpf/ebpf/src/dns_fwd.c` (+3 -3) 📝 `client/internal/ebpf/ebpf/src/prog.c` (+1 -7) ➕ `client/internal/ebpf/ebpf/src/readme.md` (+12 -0) 📝 `client/internal/ebpf/ebpf/src/wg_proxy.c` (+2 -2) </details> ### 📄 Description ## Describe your changes Remove print lines from C code ## Issue ticket number and link ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:07:38 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#15428