Re: How to make bird and freebsd carp working together ?

2024-04-01 Thread Marek Zarychta via Bird-users
, reconfigure bird etc } if [ "$subsystem" = "$vhid@$c_if" ]; then     case $type in   "MASTER")   bird_add_routes   ;;   "BACKUP")   bird_remove_routes   ;;     esac fi Happy routing ! Cheers -- Marek Zarychta

upgrade from 2.13 to 2.14

2024-02-08 Thread Marek Zarychta via Bird-users
len > 24) then return false; and if (net.len < 16) || (net.len > 48) then return false; I believe the warnings are harmless since  "configure check" passes, but please let me know if anything is wrong with this syntax. Cheers -- Marek Zarychta

Re: freebsd mbuf cluster leak with bird 2.14

2024-01-11 Thread Marek Zarychta
it might be bird. That's not acceptable. Please consider transitioning to the bird2-netlink port flavor. BIRD support for FreeBSD is not neglected, but on the recent FreeBSD stable/13 the netlink version should work better than the legacy rtsock-based version. Cheers -- Marek Zarychta

Re: Problem installation on FreeBSD 13.2

2023-11-10 Thread Marek Zarychta
is available as net/bird2. [1] https://docs.freebsd.org/en/books/handbook/ports/#ports-using -- Marek Zarychta

Re: need help to use freebsd fib and bgp

2023-06-07 Thread Marek Zarychta
ort filter ebgp_export;         next hop self;     }; }; ``` routes that will be adverised are setup as blackhole routes directly in FreeBSD. Should I setup them using the static protocol? Benoît -- Marek Zarychta OpenPGP_signature Description: OpenPGP digital signature

Re: BIRD 3.0alpha2

2023-05-13 Thread Marek Zarychta
or is there any configuration knob to tune it ? Kernel synchronization is slow with a large number of routes; we will look into it soon. Are you considering a transition from send-wait approach toward batch-optimised updates ? Thanks again for this excellent piece of software ! Cheers -- Marek Zarychta

Re: BIRD 3.0alpha2

2023-05-12 Thread Marek Zarychta
Memory footprint with Netlink on FreeBSD is almost similar to known from BIRD 2.13, maybe only 5-10% higher, memory leak known from alpha 1 was fixed. Cheers -- Marek Zarychta

Re: BIRD 3.0alpha1

2023-04-27 Thread Marek Zarychta
the opportunity to test ! Cheers -- Marek Zarychta OpenPGP_signature Description: OpenPGP digital signature

Re: [PATCH] IPv4 over IPv6 nexthop support on FreeBSD

2023-04-21 Thread Marek Zarychta
table[2] though, but it's not a problem. Many thanks to the people who contributed to this ! [1] https://download.freebsd.org/ftp/releases/CI-IMAGES/13.2-RELEASE/amd64/Latest/ [2] rtr bird[2284]: I/O loop cycle took 13166.930 ms for 2 events Cheers -- Marek Zarychta OpenPGP_signature

Re: [PATCH] IPv4 over IPv6 nexthop support on FreeBSD

2023-04-17 Thread Marek Zarychta
  igate = ipa_from_sa();     #ifdef KRT_SHARED_SOCKET     if (!scan) -- Marek Zarychta

Re: Help with Route Reflector and BGP multipath.

2023-03-03 Thread Marek Zarychta
or 13.2-RC1 to build and run netlink flavor or the port. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269553 -- Marek Zarychta

Re: Help with Route Reflector and BGP multipath.

2023-03-03 Thread Marek Zarychta
g your aim you have to run BIRD 2.0.12 built with bsd-netlink target[1]. Building and running netlink flavor of BIRD under FreeBSD requires 13.2-RC1 or later. [1] https://bird.network.cz/pipermail/bird-users/2022-December/016412.html -- Marek Zarychta

Re: FreeBSD, multiple routing tables, "KRT: Error sending route 192.222.249.232/29 to kernel: File exists"

2022-03-12 Thread Marek Zarychta
ntioned  "net.add_addr_allfibs". -- Marek Zarychta

Re: overriding static routes in FreeBSD

2021-06-15 Thread Marek Zarychta
work there. >> >> Using -proto1 -nostatic for route is an easy way how to workaround this >> issue on BSD. >> >> -- >> Elen sila lumenn' omentielvo >> >> Ondrej 'Santiago' Zajicek (email: santi...@crfreenet.org) >> OpenPGP encrypted e-mails pre

Re: Support for ECMP on FreeBSD 13

2021-02-25 Thread Marek Zarychta
lity to take advantage of DPDK route lookups[1] which can be assisted with automatic routing algo switching.[2] [1] https://reviews.freebsd.org/D27412 [2] https://reviews.freebsd.org/D27401 With kind regards, -- Marek Zarychta OpenPGP_signature Description: OpenPGP digital signature

Re: Nexthop/nexthop groups question

2020-10-03 Thread Marek Zarychta
th just committed FreeBSD new routing kpi[1] ? [1] https://reviews.freebsd.org/D24232 -- Marek Zarychta