Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

osrg/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