gobmpd
BGP implemented in Go (daemon and client)
Install
- All systems
-
curl cmd.cat/gobmpd.sh
- Debian
-
apt-get install gobgpd
- Ubuntu
-
apt-get install gobgpd
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gobgpd
- Raspbian
-
apt-get install gobgpd
- Dockerfile
- dockerfile.run/gobmpd
gobgpd
BGP implemented in Go (daemon and client)
GoBGP is an open source BGP implementation designed from scratch for modern environment and implemented in Go. It is designed to exploit multicore processors and can be easily integrated with other software through an RPC API. This package contains both the daemon and the client.