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

[client] Fix allow netbird rule verdict #2925

Merged
merged 2 commits into from
Nov 21, 2024
Merged

[client] Fix allow netbird rule verdict #2925

merged 2 commits into from
Nov 21, 2024

Conversation

lixmal
Copy link
Contributor

@lixmal lixmal commented Nov 21, 2024

Describe your changes

Issue ticket number and link

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

Copy link
Contributor

@pappz pappz left a comment

Choose a reason for hiding this comment

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

Left behind garbage

root@raspberrypi:/home/pzoli# nft list chain ip filter FORWARD
table ip filter {
	chain FORWARD {
		type filter hook forward priority filter; policy accept;
		iifname "wt0" accept
		oifname "wt0" ct state related,established counter packets 0 bytes 0 accept
		iifname "wt0" counter packets 0 bytes 0 accept
		iifname "wt0" accept
		iifname "wt0" accept
	}
}

Copy link

sonarcloud bot commented Nov 21, 2024

@lixmal lixmal merged commit 1bbabf7 into main Nov 21, 2024
21 checks passed
@lixmal lixmal deleted the fix-usp-allow-netbird branch November 21, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants