Bug 281986 - net/bird2: bird_fib doesn't work
Summary: net/bird2: bird_fib doesn't work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Many People
Assignee: Olivier Cochard
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-10-10 12:13 UTC by Egor
Modified: 2024-10-22 15:03 UTC (History)
0 users

See Also:
linimon: maintainer-feedback?


Attachments
fixed rc.d/bird (610 bytes, text/plain)
2024-10-10 12:13 UTC, Egor
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Egor 2024-10-10 12:13:54 UTC
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
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2024-10-10 13:10:19 UTC
^Triage: fix Summary and assign.
Comment 2 commit-hook freebsd_committer freebsd_triage 2024-10-10 20:37:06 UTC
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(-)
Comment 3 Olivier Cochard freebsd_committer freebsd_triage 2024-10-10 21:56:33 UTC
thanks you for the fix!
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-10-22 15:03:03 UTC
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(-)