From ff4eb129eea3f3743f82e5f1f7858d43625dba3d Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 23 Jul 2026 00:42:43 +0200 Subject: Disable ipv6 completely and remove related code Co-Authored-By: Claude.ai --- roles/gateway/meta/argument_specs.yml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'roles/gateway/meta') diff --git a/roles/gateway/meta/argument_specs.yml b/roles/gateway/meta/argument_specs.yml index b8efa0b3..d24251e3 100644 --- a/roles/gateway/meta/argument_specs.yml +++ b/roles/gateway/meta/argument_specs.yml @@ -11,11 +11,6 @@ argument_specs: description: "Local subnet CIDR for NAT and routing rules (e.g., '192.168.178.0/24')" type: "str" required: true - gateway_local_ipv6_subnet: - description: "Local IPv6 subnet CIDR for NAT and routing rules (e.g., '2a02:3102:4ced:ec00::/64')" - type: "str" - required: false - default: "" gateway_router_interface: description: "Default route interface for direct routing mode" type: "str" -- cgit v1.2.3