fix bird peer conf

pull/1/head
n0emis 4 years ago
parent c54c82c709
commit 11b906d401
Signed by: n0emis
GPG Key ID: 00FAF748B777CF10

@ -1,4 +1,4 @@
{% if peer.v4 is defined and not peer.bgp4o6 | default('false') %}
{% if peer.v4 is defined and not peer.bgp4o6 is defined %}
protocol bgp {{ peer.name }} from dnpeers {
neighbor {{ peer.v4 }} as {{ peer.as }};
};

Loading…
Cancel
Save