Skip to content

Commit

Permalink
re-add ipv6 ip information
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyrnes committed Jan 31, 2025
1 parent 936e566 commit 6e11cf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal-lab-setup-assets/workshop.clab.yml.j2
Original file line number Diff line number Diff line change
@@ -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 -%}
Expand All @@ -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:
Expand Down

0 comments on commit 6e11cf9

Please sign in to comment.