Finally a bug was found: https://github.com/opnsense/plugins/issues/3521
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
root@OPNsense:/ # ls -la /usr/local/etc/frr
total 16
drwxr-x--- 2 root wheel 512 Aug 3 11:39 .
drwxr-xr-x 40 root wheel 3072 Aug 3 11:39 ..
-rw-r----- 1 root wheel 0 Aug 4 04:55 bfdd.conf
-rw-r----- 1 root wheel 455 Aug 4 04:55 bgpd.conf
-rw-r----- 1 root wheel 0 Aug 4 04:55 ospf6d.conf
-rw-r----- 1 root wheel 0 Aug 4 04:55 ospf6d_carp.conf
-rw-r----- 1 root wheel 0 Aug 4 04:55 ospfd.conf
-rw-r----- 1 root wheel 0 Aug 4 04:55 ospfd_carp.conf
-rw-r----- 1 root wheel 0 Aug 4 04:55 ripd.conf
-rw-r----- 1 root wheel 0 Aug 4 04:55 sa_policies.conf
-rw-r----- 1 root wheel 0 Aug 4 04:55 vtysh.conf
-rw-r----- 1 root wheel 174 Aug 4 04:55 zebra.conf
/usr/local/opnsense/scripts/quagga/setup.sh
root@OPNsense:~ # ls -la /usr/local/etc/frr
total 16
drwxr-x--- 2 frr frr 512 Aug 3 11:39 .
drwxr-xr-x 40 root wheel 3072 Aug 3 11:39 ..
-rw-r----- 1 frr frr 0 Aug 4 05:23 bfdd.conf
-rw-r----- 1 frr frr 456 Aug 4 05:23 bgpd.conf
-rw-r----- 1 frr frr 0 Aug 4 05:23 ospf6d.conf
-rw-r----- 1 frr frr 0 Aug 4 05:23 ospf6d_carp.conf
-rw-r----- 1 frr frr 0 Aug 4 05:23 ospfd.conf
-rw-r----- 1 frr frr 0 Aug 4 05:23 ospfd_carp.conf
-rw-r----- 1 frr frr 0 Aug 4 05:23 ripd.conf
-rw-r----- 1 frr frr 0 Aug 4 05:23 sa_policies.conf
-rw-r----- 1 frr frr 0 Aug 4 05:23 vtysh.conf
-rw-r----- 1 frr frr 174 Aug 4 05:23 zebra.conf
root@OPNsense:~ # service frr restart
Stopping bgpd.
Stopping zebra.
Waiting for PIDS: 55571.
Checking zebra.conf
2023/08/04 05:26:10 ZEBRA: [NNACN-54BDA][EC 4043309110] Disabling MPLS support (no kernel support)
OK
Starting zebra.
2023/08/04 05:26:10 ZEBRA: [NNACN-54BDA][EC 4043309110] Disabling MPLS support (no kernel support)
Checking bgpd.conf
2023/08/04 05:26:10 BGP: [YTHK0-FSPPJ][EC 33554500] sendmsg_nexthop: zclient_send_message() failed
2023/08/04 05:26:10 BGP: [YTHK0-FSPPJ][EC 33554500] sendmsg_nexthop: zclient_send_message() failed
OK
Starting bgpd.
root@OPNsense:~ #