diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-07-23 00:42:43 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-07-23 00:42:43 +0200 |
| commit | ff4eb129eea3f3743f82e5f1f7858d43625dba3d (patch) | |
| tree | c737e5354cb0622f28db6565c3dfea445e389b06 /roles/gateway/templates/99-gateway.conf.j2 | |
| parent | f7c8bd8143d6bc1e5b55bfd9591101ed41651d25 (diff) | |
Disable ipv6 completely and remove related code
Co-Authored-By: Claude.ai
Diffstat (limited to 'roles/gateway/templates/99-gateway.conf.j2')
| -rw-r--r-- | roles/gateway/templates/99-gateway.conf.j2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/gateway/templates/99-gateway.conf.j2 b/roles/gateway/templates/99-gateway.conf.j2 index b0f99dd4..6f8a3fbd 100644 --- a/roles/gateway/templates/99-gateway.conf.j2 +++ b/roles/gateway/templates/99-gateway.conf.j2 @@ -1,8 +1,5 @@ {% if gateway_enabled %} net.ipv4.ip_forward=1 -net.ipv6.conf.all.forwarding=1 -net.ipv6.conf.{{ gateway_router_interface }}.accept_ra=2 {% else %} net.ipv4.ip_forward=0 -net.ipv6.conf.all.forwarding=0 {% endif %} |
