summaryrefslogtreecommitdiffstats
path: root/roles/gateway/meta
diff options
context:
space:
mode:
Diffstat (limited to 'roles/gateway/meta')
-rw-r--r--roles/gateway/meta/argument_specs.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/gateway/meta/argument_specs.yml b/roles/gateway/meta/argument_specs.yml
index e5d14e35..4ee6ddb6 100644
--- a/roles/gateway/meta/argument_specs.yml
+++ b/roles/gateway/meta/argument_specs.yml
@@ -13,6 +13,11 @@ 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"