mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net/frr: set multihop value to 255 (#3829)
This commit is contained in:
parent
808e7b542f
commit
4e835d1551
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ router bgp {{ OPNsense.quagga.bgp.asnumber }}
|
|||
neighbor {{ neighbor.address }} interface {{ physical_interface(neighbor.linklocalinterface) }}
|
||||
{% endif %}
|
||||
{% if 'multihop' in neighbor and neighbor.multihop == '1' %}
|
||||
neighbor {{ neighbor.address }} ebgp-multihop
|
||||
neighbor {{ neighbor.address }} ebgp-multihop 255
|
||||
{% endif %}
|
||||
{% if 'keepalive' in neighbor and neighbor.keepalive != '' %}
|
||||
{% if 'holddown' in neighbor and neighbor.holddown != '' %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue