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

Allow disabling default NAT tables and chains #25

Merged
merged 1 commit into from
Nov 26, 2020

Conversation

nbarrientos
Copy link
Collaborator

This patch adds a parameter to the main interface to prevent the module from including nftables::ip_nat and hence from configuring any of the default tables and chains dedicated to processing NATed traffic.

Closes #23.

@traylenator
Copy link
Collaborator

This will won't merge well with #10 but LGTM

@duritong
Copy link
Collaborator

if you can rebase, would be great.

@nbarrientos
Copy link
Collaborator Author

Rebased and conflicts resolved. Thanks for reviewing.

@nbarrientos nbarrientos removed their assignment Nov 26, 2020
@duritong duritong merged commit 7395300 into voxpupuli:master Nov 26, 2020
@traylenator traylenator added the enhancement New feature or request label Dec 10, 2020
figless pushed a commit to figless/puppet-nftables that referenced this pull request Aug 25, 2021
7395300 Merge pull request voxpupuli#25 from cernops/no_nat
82d1065 Allow disabling default NAT tables and chains
bd54947 Merge pull request voxpupuli#10 from traylenator/reload
30462da Reload rules atomically

git-subtree-dir: code
git-subtree-split: 7395300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an option to disable NAT
3 participants