|
@@ -100,7 +100,7 @@ protocol ospf IGP {
|
|
{%- endfor %}
|
|
{%- endfor %}
|
|
{%- for interface, iface_config in interfaces.items()|sort %}
|
|
{%- for interface, iface_config in interfaces.items()|sort %}
|
|
interface "{{ interface }}" {
|
|
interface "{{ interface }}" {
|
|
- {%- if interface.startswith ('ovpn-er-') and proto == 'v6' %}
|
|
|
|
|
|
+ {%- if interface.startswith ('ovpn-er-') and not 'yni' in interface and proto == 'v6' %}
|
|
type broadcast;
|
|
type broadcast;
|
|
{%- else %}
|
|
{%- else %}
|
|
type pointopoint;
|
|
type pointopoint;
|