Changeset - 310348fbc682
[Not reviewed]
0 1 0
x - 20 months ago 2023-08-24 02:08:05
xbr@c3l.lu
feat: add br_netfilter as a persistent module
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
gateway/initial_gw_setup.yml
Show inline comments
 
@@ -50,7 +50,7 @@
 
    - name: Load `br_netfilter` kernel module
 
      community.general.modprobe:
 
        name: "br_netfilter"
 
        persistent: "disabled" # Initially just a modprobe? I don't understand why
 
        persistent: "present"
 
        state: "present"
 
    - name: Add `nf_conntrack` to modules
 
      community.general.modprobe:
0 comments (0 inline, 0 general)