[PR #1066] [CLOSED] Update iptables lib to v0.7.0 #14814

Open
opened 2026-08-05 03:06:22 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1066
Author: @pappz
Created: 8/8/2023
Status: Closed

Base: mainHead: fix/iptables_in_docker


📝 Commits (2)

  • 950d2ef Update iptables lib to v0.7.0
  • a9452e7 avoid running rule operation if client is nil

📊 Changes

3 files changed (+11 additions, -3 deletions)

View changed files

📝 client/internal/routemanager/iptables_linux.go (+8 -0)
📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Describe your changes

In Docker the old version can not determine well the path of executable file

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/1066 **Author:** [@pappz](https://github.com/pappz) **Created:** 8/8/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/iptables_in_docker` --- ### 📝 Commits (2) - [`950d2ef`](https://github.com/netbirdio/netbird/commit/950d2efed7b5f58d07aab90aa90ec19e255f2234) Update iptables lib to v0.7.0 - [`a9452e7`](https://github.com/netbirdio/netbird/commit/a9452e7b328ec8bd914fd5ba9ef3539b3db9934e) avoid running rule operation if client is nil ### 📊 Changes **3 files changed** (+11 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `client/internal/routemanager/iptables_linux.go` (+8 -0) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description ## Describe your changes In Docker the old version can not determine well the path of executable file ## 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:06:22 -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#14814