Set no bgp default ipv4-unicast in bgpd.conf

This commit is contained in:
vnxme
2022-09-08 09:21:54 +02:00
committed by Franco Fichtner
parent abf9ebdb11
commit 5ee385271e
@@ -43,6 +43,7 @@ frr defaults {{ OPNsense.quagga.general.profile }}
!
{% if helpers.exists('OPNsense.quagga.bgp.asnumber') and OPNsense.quagga.bgp.asnumber != '' %}
router bgp {{ OPNsense.quagga.bgp.asnumber }}
no bgp default ipv4-unicast
no bgp ebgp-requires-policy
{% if helpers.exists('OPNsense.quagga.bgp.graceful') and OPNsense.quagga.bgp.graceful == '1' %}
bgp graceful-restart