You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
317 B
Plaintext
7 lines
317 B
Plaintext
{% for br in c.bridges %}
|
|
172.23.{{ br.num }}.{{ c.num }} host-{{ c.name }}-net-{{ br.num }}
|
|
fdce:73a4:0b00:{{ "%x" % (br.num) }}::{{ "%x" % (c.num) }} host-{{ c.name }}-net-{{ br.num }}-v6
|
|
{% endfor %}
|
|
127.0.0.1 host-{{ c.name }} localhost localhost.localdomain
|
|
::1 host-{{ c.name }} localhost localhost.localdomain
|