mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-03 10:33:13 +02:00
Fix final IPv6 constraint format in defaults template
- Update nameConstraints template in defaults/main.yml - Change malformed IP:0:0:0:0:0:0:0:0/0:0:0:0:0:0:0:0 to correct IP:::/0 - This ensures both Ansible crypto modules and OpenSSL template use consistent IPv6 format
This commit is contained in:
parent
09799666cb
commit
8a71a040b6
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ nameConstraints: >-
|
|||
,permitted;IP:{{ ansible_default_ipv6['address'] }}/ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
|
||||
,excluded;IP:fc00:0:0:0:0:0:0:0/fe00:0:0:0:0:0:0:0,excluded;IP:fe80:0:0:0:0:0:0:0/ffc0:0:0:0:0:0:0:0,excluded;IP:2001:db8:0:0:0:0:0:0/ffff:fff8:0:0:0:0:0:0
|
||||
{%- else -%}
|
||||
,excluded;IP:0:0:0:0:0:0:0:0/0:0:0:0:0:0:0:0
|
||||
,excluded;IP:::/0
|
||||
{%- endif -%}
|
||||
openssl_bin: openssl
|
||||
strongswan_enabled_plugins:
|
||||
|
|
Loading…
Add table
Reference in a new issue