Created attachment 247654 [details] patch for frr9 startup
During frr9 start, the /usr/local/etc/rc.d/frr script calls check_config(), which calls each daemon listed in /etc/rc.conf:frr_daemons except pimd with option -C. staticd does not know that option, either, so it fails to start. The patch skips over staticd as well.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9684f42bbe0a2951c1327a5619734a753dc3e64d commit 9684f42bbe0a2951c1327a5619734a753dc3e64d Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2024-01-14 17:20:54 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2024-01-14 17:23:19 +0000 net/frr9: Fix rc script with staticd PR: 276333 Reported by: pi net/frr9/Makefile | 1 + net/frr9/files/frr.in | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-)
Thanks!
Please merge to the quarterly branch.