Skip to content

Commit

Permalink
fix: enables bridge-nf-call-iptables by default
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Berning <[email protected]>
  • Loading branch information
sam-berning committed Aug 18, 2023
1 parent bbdd782 commit 3828f54
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions finch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ provision:
- mode: boot
script: |
modprobe virtiofs
- mode: boot
script: |
modprobe br_netfilter
echo 1 > /proc/sys/net/ipv4/ip_forward
# # `user` is executed without the root privilege
- mode: user
script: |
Expand Down

0 comments on commit 3828f54

Please sign in to comment.