-
Notifications
You must be signed in to change notification settings - Fork 260
feat: rename iptables block binary to azure-block-iptables #3913
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
Merged
tamilmani1989
merged 53 commits into
master
from
sanprabhu/rename-iptables-block-binary
Aug 12, 2025
Merged
feat: rename iptables block binary to azure-block-iptables #3913
tamilmani1989
merged 53 commits into
master
from
sanprabhu/rename-iptables-block-binary
Aug 12, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Copilot <[email protected]> Signed-off-by: Santhosh Prabhu <[email protected]>
|
Azure Pipelines successfully started running 1 pipeline(s). |
vipul-21
previously approved these changes
Aug 9, 2025
17e4e18
Contributor
Author
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Contributor
Author
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
vipul-21
previously approved these changes
Aug 11, 2025
tamilmani1989
previously approved these changes
Aug 11, 2025
…sanprabhu/rename-iptables-block-binary
9339f73
camrynl
approved these changes
Aug 12, 2025
Contributor
Author
|
/azp run Azure Container Networking PR |
|
Azure Pipelines successfully started running 1 pipeline(s). |
tamilmani1989
approved these changes
Aug 12, 2025
NihaNallappagari
pushed a commit
to NihaNallappagari/azure-container-networking
that referenced
this pull request
Sep 4, 2025
* feat: iptables block using LSM BPF * feat: makefile changes * chore: cleanup * Update bpf-prog/block-iptables/bpf/src/block_iptables.bpf.c Co-authored-by: Copilot <[email protected]> Signed-off-by: Santhosh Prabhu <[email protected]> * chore: fix const * fix: dockerfiles, bug * test: add test for bpf attach/detach * feat: add event tracking * feat: add event counting * chore: dockerfiles * fix: nolint for generated code * fix: nolint for generated code * fix: golangci skip * fix:skip directory with generated code * chore:skip block iptales generated code * chore: fix * fix: run go generate first * fix: use installed go * fix: install bpf libraries * fix: remove file * fix: roll back linter changes * fix: add code generation to tests * chore: switch to dual license * fix: run generate before lint * fix: install libs * fix: fix linting, address some comments * fix: address comments, fix lint * fix: missed change * fix: compile only on linux * fix: compile only on linux * fix: address comments * fix: address comments * chore: dockerfiles * fix: address comments * chore:dockerfiles * fix: address comments * chore: dockerfiles * fix: address comments * fix: add azure- prefix to block-iptables * fix: rename subdir * fix: import path * Update .github/workflows/golangci.yaml Co-authored-by: Copilot <[email protected]> Signed-off-by: Santhosh Prabhu <[email protected]> * Update .github/workflows/golangci.yaml Co-authored-by: Copilot <[email protected]> Signed-off-by: Santhosh Prabhu <[email protected]> * fix: remove redundant files * fix: add code owner * chore: dockerfiles * chore: add more owners to bpf-prog * chore:dockerfiles --------- Signed-off-by: Santhosh Prabhu <[email protected]> Co-authored-by: Copilot <[email protected]>
sivakami-projects
pushed a commit
that referenced
this pull request
Oct 23, 2025
* feat: iptables block using LSM BPF * feat: makefile changes * chore: cleanup * Update bpf-prog/block-iptables/bpf/src/block_iptables.bpf.c Co-authored-by: Copilot <[email protected]> Signed-off-by: Santhosh Prabhu <[email protected]> * chore: fix const * fix: dockerfiles, bug * test: add test for bpf attach/detach * feat: add event tracking * feat: add event counting * chore: dockerfiles * fix: nolint for generated code * fix: nolint for generated code * fix: golangci skip * fix:skip directory with generated code * chore:skip block iptales generated code * chore: fix * fix: run go generate first * fix: use installed go * fix: install bpf libraries * fix: remove file * fix: roll back linter changes * fix: add code generation to tests * chore: switch to dual license * fix: run generate before lint * fix: install libs * fix: fix linting, address some comments * fix: address comments, fix lint * fix: missed change * fix: compile only on linux * fix: compile only on linux * fix: address comments * fix: address comments * chore: dockerfiles * fix: address comments * chore:dockerfiles * fix: address comments * chore: dockerfiles * fix: address comments * fix: add azure- prefix to block-iptables * fix: rename subdir * fix: import path * Update .github/workflows/golangci.yaml Co-authored-by: Copilot <[email protected]> Signed-off-by: Santhosh Prabhu <[email protected]> * Update .github/workflows/golangci.yaml Co-authored-by: Copilot <[email protected]> Signed-off-by: Santhosh Prabhu <[email protected]> * fix: remove redundant files * fix: add code owner * chore: dockerfiles * chore: add more owners to bpf-prog * chore:dockerfiles --------- Signed-off-by: Santhosh Prabhu <[email protected]> Co-authored-by: Copilot <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reason for Change:
We introduced a binary to block iptables rules in the host namespace, in #3871. This PR renames the binary to azure-block-iptables.
Issue Fixed:
Requirements:
Notes: