Remove typo from kojibuilder nftables template.
Signed-off-by: James Antill <james@and.org>
This commit is contained in:
parent
172cfc9efa
commit
224d98cbb0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
# {{ ansible_managed }}
|
||||
*add table ip filter
|
||||
add table ip filter
|
||||
add chain ip filter INPUT { type filter hook input priority 0; policy drop; }
|
||||
add chain ip filter FORWARD { type filter hook forward priority 0; policy drop; }
|
||||
add chain ip filter OUTPUT { type filter hook output priority 0; policy drop; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue