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

This commit is contained in:
Cogan Ng Jun Lin
2024-02-27 12:39:29 +01:00
committed by GitHub
parent 808e7b542f
commit 4e835d1551
@@ -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 != '' %}