home.social

#frrouting — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #frrouting, aggregated by home.social.

  1. Катастрофоустойчивый Kubernetes: как использовать балансировщик MetalLB с BGP-anycast

    Клиенты часто спрашивают, как построить геораспределенный и катастрофоустойчивый

    habr.com/ru/companies/selectel

    #k8s #metallb #anycast #frrouting #selectel

  2. I am confused by FRR.

    docs.frrouting.org/en/latest/b

    "-l, --listenon - Specify specific IP addresses for bgpd to listen on[...] Note that this option implies the –no_kernel option, and no learned routes will be installed into the linux kernel."

    But they are installed into the kernel table! I can see it (with ip -6 route show table 50).

    Is this because it's an bgpd option, and the routes go via zebra instead?

    Config:
    privatebin.net/?6461c22964ba20
    and
    privatebin.net/?34bd84b23b49a5

    And even if it did. what if I want to run multiple instances of bgpd and to install the routes into the kernel?

    edit:

    The docs seem to be wrong. Adding "-n", the routes are indeed not installed in the routing table.

    #frr #frrouting