-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
disabled bash-completion by default, fix for log-prefix
- Loading branch information
1 parent
47602f2
commit 089d890
Showing
4 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ nftables: | |
# sets: true | ||
# nat: true | ||
# deb11_backport: false # use debian11 backports repository to install newer version on debian 10 | ||
# bash_completion: true | ||
# bash_completion: false | ||
|
||
_defaults: # defaults inherited by all tables and chains | ||
table: | ||
|
@@ -210,10 +210,10 @@ ansible-playbook -K -D -i inventory/hosts.yml playbook.yml -e debug=yes | |
|
||
* **Default opt-ins**: | ||
* Purging of unmanaged config-files stored in '/etc/nftables.d/' | ||
* Adding [bash-completion script](https://patchwork.ozlabs.org/project/netfilter-devel/patch/[email protected]/) for the 'nft' command | ||
|
||
* **Default opt-outs**: | ||
* Installing NFTables from Debian 11 backports when running on Debian 10 (_newer version_) | ||
* Adding [bash-completion script](https://patchwork.ozlabs.org/project/netfilter-devel/patch/[email protected]/) for the 'nft' command | ||
|
||
---- | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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