From 6e11cf95310ebaa6218fd7732a45e773770f4109 Mon Sep 17 00:00:00 2001 From: Shannon Byrnes Date: Fri, 31 Jan 2025 14:18:45 -0700 Subject: [PATCH] re-add ipv6 ip information --- internal-lab-setup-assets/workshop.clab.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal-lab-setup-assets/workshop.clab.yml.j2 b/internal-lab-setup-assets/workshop.clab.yml.j2 index 4ffbbad..e1765f0 100644 --- a/internal-lab-setup-assets/workshop.clab.yml.j2 +++ b/internal-lab-setup-assets/workshop.clab.yml.j2 @@ -1,6 +1,7 @@ {%- set id = id|default(1) %} {%- macro shared_node_settings(x) %} mgmt-ipv4: 172.16.{{id}}.{{x}} + mgmt-ipv6: 2001:db8:16:{{id}}::{{x}} ports: - 2{{"%02d" % id}}{{x}}:22 {%- endmacro -%} @@ -9,6 +10,7 @@ name: automation-workshop-{{"%02d" % id}} mgmt: network: automation-workshop-{{"%02d" % id}} ipv4-subnet: 172.16.{{id}}.0/24 + ipv6-subnet: 2001:db8:16:{{id}}::/80 topology: kinds: