net/frr: set multihop value to 255 (#3829)

This commit is contained in:
Cogan Ng Jun Lin 2024-02-27 19:39:29 +08:00 committed by GitHub
parent 808e7b542f
commit 4e835d1551
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 != '' %}