second (?) bug in 3.0.0

Job Snijders job at fastly.com
Wed Dec 18 16:12:56 CET 2024


Second bug? :-)

bird: 2024-12-18 15:01:29.251 [0001] <INFO> Started
bird: 2024-12-18 15:01:34.615 [0001] <BUG> Trying to lock in a bad order: 00007fff17afd6e0 000079af687be298

seems to trigger when peers connect

config:

router id 10.10.255.254;
protocol device { }
protocol direct { disabled; }
protocol kernel { ipv4 { import none; export none; }; }

log stderr all;
protocol bgp everything {
    local as 1000;
    neighbor range 10.0.0.0/8 external;
    connect delay time 1;
    ipv4 {import all; export all; next hop self; import table on;};
}


More information about the Bird-users mailing list