From 4e835d15518d47015f99dc8a06ab4107f72a2a95 Mon Sep 17 00:00:00 2001 From: Cogan Ng Jun Lin <32700815+Comstepr@users.noreply.github.com> Date: Tue, 27 Feb 2024 19:39:29 +0800 Subject: [PATCH] net/frr: set multihop value to 255 (#3829) --- .../src/opnsense/service/templates/OPNsense/Quagga/bgpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/frr/src/opnsense/service/templates/OPNsense/Quagga/bgpd.conf b/net/frr/src/opnsense/service/templates/OPNsense/Quagga/bgpd.conf index 0592986bc..ef975a7f3 100644 --- a/net/frr/src/opnsense/service/templates/OPNsense/Quagga/bgpd.conf +++ b/net/frr/src/opnsense/service/templates/OPNsense/Quagga/bgpd.conf @@ -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 != '' %}