A simple BIRD CLI tool to show BGP peers in a pretty table.
Download one of the binaries from the releases page.
wget https://github.com/x6c-co/xb/releases/latest/download/xb_Linux_x86_64.tar.gz
tar -xf xb_Linux_x86_64.tar.gz
sudo install ./xb /usr/local/bin
sudo xbBy default, xb, looks for the bird.ctl file at /var/run/bird/bird.ctl. You
can tell xb to use a different path by either passing the -socket argument
or using the BIRD_SOCKET environment variable.