Skip to content

abh/bgpapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BGP API

bgpapi runs as a "parsed-route-backend" to ExaBGP and provides an HTTP API to some BGP data.

Compilation

After installing Go (golang) and configuring the development environment, you can run

go get -v github.com/abh/bgpapi
go build
go install

Configuration

bgpapi itself doesn't currently take any configuration. Configure a neighbor in ExaBGP and a parsed-route-backend process, like:

    process parsed-route-backend {
            parse-routes;
            peer-updates;
            run /Users/ask/go/bin/bgpapi;
    }

About

ExaBGP HTTP API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages