Skip to content

Commit

Permalink
fixing ipv4 table-type (fix #7)
Browse files Browse the repository at this point in the history
  • Loading branch information
ansibleguy committed Nov 28, 2023
1 parent daa8e80 commit 8ac738e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defaults/main/0_hardcoded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NFT_HC:
filter: ['prerouting', 'forward', 'input', 'output', 'postrouting']
nat: ['prerouting', 'input', 'output', 'postrouting']
route: ['output']
ip4:
ip:
filter: ['prerouting', 'forward', 'input', 'output', 'postrouting']
nat: ['prerouting', 'input', 'output', 'postrouting']
route: ['output']
Expand Down
2 changes: 1 addition & 1 deletion defaults/main/1_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ defaults_nftables:
incompatible_packages: ['iptables', 'ufw'] # can be set to ['ufw'] if iptables is needed (p.e. if docker is in use)

defaults_table:
type: 'inet' # inet, ip6, ip4, arp, bridge, netdev
type: 'inet' # inet, ip6, ip, arp, bridge, netdev
chains: {}
_defaults:
rules:
Expand Down

0 comments on commit 8ac738e

Please sign in to comment.