Created attachment 254131 [details] fixed rc.d/bird I tried to run bird2 service in fib 1 and it didn't work. I found the problem and it was in rc.d/bird script. A sequence of commands in script was broken and variable command was before load_rc_config. I fixed it and attached file to the ticket. bird version 2.15.1 FreeBSD 13.4
^Triage: fix Summary and assign.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2952d71507867fb8a13c88f403572f686f2f259 commit a2952d71507867fb8a13c88f403572f686f2f259 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2024-10-10 20:34:30 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2024-10-10 20:36:06 +0000 net/bird2: Fix bird_fib support PR: 281986 Reported by: Egor <banezmesm@gmail.com> net/bird2/Makefile | 1 + net/bird2/files/bird.in | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-)
thanks you for the fix!
A commit in branch 2024Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=78bc0fd539a066df00613e5326aa0ac00192d4a7 commit 78bc0fd539a066df00613e5326aa0ac00192d4a7 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2024-10-10 20:34:30 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2024-10-22 15:01:33 +0000 net/bird2: Fix bird_fib support PR: 281986 Reported by: Egor <banezmesm@gmail.com> (cherry picked from commit a2952d71507867fb8a13c88f403572f686f2f259) net/bird2/Makefile | 1 + net/bird2/files/bird.in | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-)