mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
Set no bgp default ipv4-unicast in bgpd.conf
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user