Skip to content
forked from osrg/goplane

an agent for configuring linux network stack via GoBGP

Notifications You must be signed in to change notification settings

hightoxicity/goplane

 
 

Repository files navigation

GoPlane

Build Status

GoPlane is an agent for configuring linux network stack via GoBGP

    +=========================+
    |          GoBGP          |
    +=========================+
                 | <- gRPC API
    +=========================+
    |         GoPlane         |
    +=========================+
                 | <- netlink/netfilter
    +=========================+
    |   linux network stack   |
    +=========================+

Install

You need glide to resolve goplane's dependencies.

$ go get github.com/osrg/goplane
$ cd $GOPATH/src/github.com/osrg/goplane; glide install

Features

  • EVPN/VxLAN L2VPN construction
  • Flowspec/iptables remote firewall configuration

About

an agent for configuring linux network stack via GoBGP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 57.0%
  • Python 42.7%
  • Shell 0.3%