All Projects → osrg → goplane

osrg / goplane

Licence: other
an agent for configuring linux network stack via GoBGP

Programming Languages

go
31211 projects - #10 most used programming language
python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to goplane

pilot
Simple web-based SDN controller for family and friends
Stars: ✭ 33 (-70.54%)
Mutual labels:  bgp, gobgp
Kube Router
Kube-router, a turnkey solution for Kubernetes networking.
Stars: ✭ 1,814 (+1519.64%)
Mutual labels:  bgp, gobgp
gobgp exporter
Prometheus Exporter for GoBGP
Stars: ✭ 15 (-86.61%)
Mutual labels:  bgp, gobgp
calico-bgp-daemon
GoBGP based Calico BGP Daemon
Stars: ✭ 23 (-79.46%)
Mutual labels:  bgp, gobgp
Ryu-SDN-IP
SDN-IP project implemented by Ryu SDN framework.
Stars: ✭ 33 (-70.54%)
Mutual labels:  bgp
Gortr
The RPKI-to-Router server used at Cloudflare
Stars: ✭ 216 (+92.86%)
Mutual labels:  bgp
Peering Manager
Peering sessions management tool
Stars: ✭ 189 (+68.75%)
Mutual labels:  bgp
Yabgp
Yet Another BGP Python Implementation
Stars: ✭ 177 (+58.04%)
Mutual labels:  bgp
netbox-bgp
NetBox plugin for BGP related objects documentation
Stars: ✭ 135 (+20.54%)
Mutual labels:  bgp
invalidroutesreporter
An ExaBGP process to elaborate and report/log invalid routes received by route servers.
Stars: ✭ 14 (-87.5%)
Mutual labels:  bgp
Asn
ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization / IP reputation and geolocation lookup tool / Traceroute server
Stars: ✭ 242 (+116.07%)
Mutual labels:  bgp
Routinator
An RPKI Validator written in Rust
Stars: ✭ 215 (+91.96%)
Mutual labels:  bgp
hyperglass
hyperglass is the network looking glass that tries to make the internet better.
Stars: ✭ 478 (+326.79%)
Mutual labels:  bgp
Openbmp
OpenBMP Server Collector
Stars: ✭ 190 (+69.64%)
Mutual labels:  bgp
terraform-metal-kubernetes-bgp
Kubernetes on Equinix Metal using Calico and MetalLB
Stars: ✭ 110 (-1.79%)
Mutual labels:  bgp
Arouteserver
A tool to automatically build (and test) feature-rich configurations for BGP route servers.
Stars: ✭ 181 (+61.61%)
Mutual labels:  bgp
Hyperglass
hyperglass is the network looking glass that tries to make the internet better.
Stars: ✭ 242 (+116.07%)
Mutual labels:  bgp
pocketinternet
A Pocket Internet for teaching how the Internet really works.
Stars: ✭ 28 (-75%)
Mutual labels:  bgp
Looking Glass
Easy to deploy Looking Glass
Stars: ✭ 233 (+108.04%)
Mutual labels:  bgp
hybridnet
A CNI plugin, provides networking environment where overlay and underlay containers can run on the same node and have cluster-wide bidirectional network connectivity.
Stars: ✭ 188 (+67.86%)
Mutual labels:  bgp

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].