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

Configure firewall rules using nftables #1136

Open
wants to merge 15 commits into
base: v2.9.x
Choose a base branch
from
Open

Configure firewall rules using nftables #1136

wants to merge 15 commits into from

Conversation

badrogger
Copy link
Contributor

@badrogger badrogger commented Nov 18, 2024

Changes

  • Use nftables instead of iptables to configure rules.

Testing

  • Tested on local network.
  • Added unit tests.

Performance

  • Changes should not affect performance of the system.

@badrogger badrogger changed the title Nftables Configure firewall rules using nftables Nov 18, 2024
Copy link

codecov bot commented Nov 25, 2024

Codecov Report

Attention: Patch coverage is 34.87179% with 127 lines in your changes missing coverage. Please review.

Project coverage is 81.67%. Comparing base (007a365) to head (517a3a8).

Files with missing lines Patch % Lines
core/schains/firewall/nftables.py 27.97% 121 Missing ⚠️
core/schains/firewall/firewall_manager.py 60.00% 4 Missing ⚠️
core/schains/firewall/iptables.py 50.00% 1 Missing ⚠️
core/schains/firewall/rule_controller.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           v2.9.x    #1136      +/-   ##
==========================================
- Coverage   83.18%   81.67%   -1.52%     
==========================================
  Files         102      103       +1     
  Lines        6323     6516     +193     
==========================================
+ Hits         5260     5322      +62     
- Misses       1063     1194     +131     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@badrogger badrogger linked an issue Nov 25, 2024 that may be closed by this pull request
@badrogger badrogger marked this pull request as ready for review November 25, 2024 18:12
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.

Add support of Ubuntu 22
1 participant