10 lines
176 B
Text
10 lines
176 B
Text
|
[Match]
|
||
|
Name=igp-dummy-def
|
||
|
|
||
|
[Network]
|
||
|
{% if unicastv4 is defined %}
|
||
|
Address={{ unicastv4 }}/32
|
||
|
{% endif %}
|
||
|
{% if unicastv6 is defined %}
|
||
|
Address={{ unicastv6 }}/128
|
||
|
{% endif %}
|