add debug arguemtn to peers

pull/1/head
n0emis 4 years ago
parent f6f456d258
commit db4ff8d23a
Signed by: n0emis
GPG Key ID: 00FAF748B777CF10

@ -8,5 +8,8 @@ protocol bgp {{ peer.name }} from dnpeers {
protocol bgp {{ peer.name }}_v6 from dnpeers {
# if you use link-local ipv6 addresses for peering using the following
neighbor {{ peer.v6 }}%{{ peer.if.name | default('dn42_' + peer.name) }} as {{ peer.as }};
{% if peer.debug is defined %}
debug {{ peer.debug }};
{% endif %}
};
{% endif %}
Loading…
Cancel
Save