bgp
Here are 234 public repositories matching this topic...
Network Diagnostic Tool
-
Updated
Feb 26, 2020 - Go
The BGP swiss army knife of networking
-
Updated
Aug 14, 2020 - Python
Kube-router, a turnkey solution for Kubernetes networking.
-
Updated
Sep 12, 2020 - Go
In zebra/rt_netlink.c, we call vrf_lookup_by_id() when we get a route to find the associated vrf object for that table.
This should be improved to be a hash table mapping of Table ID to zebra_vrf object.
You would need to create a hash table probably in zebra/zebra_vrf.h that uses the table_id hash as a key and then update the code in vrf_lookup_by_id() to use this.
This shoul
Run virtual routers with docker
-
Updated
Sep 10, 2020 - Python
A portable framework for low-level network packet construction
-
Updated
Jul 10, 2020 - C
A Python Package for Data Exfiltration
-
Updated
Aug 24, 2020 - Python
Software to monitor streams of BGP data. Pre-configured for real-time detection of visibility loss, RPKI invalid announcements, hijacks, and more.
-
Updated
Sep 14, 2020 - JavaScript
BGP Dashboard and Monitoring Web Application
-
Updated
Jun 16, 2020 - CSS
When running the Docker image behind a Proxy the page will show for example:
Your IP address: 172.17.0.1
Although the (Apache) proxy does send the X-Forwarded-For header the Apache instance running inside the Docker container doesn't do anything with it.
Enabling and configuring mod_remote_ip in the Docker container should solve this: https://httpd.apache.org/docs/2.4/mod/mod_r
Customize output
The RPKI-to-Router server used at Cloudflare
-
Updated
Jul 27, 2020 - Go
hyperglass is the network looking glass that tries to make the internet better.
-
Updated
Sep 5, 2020 - Python
A tool to automatically build (and test) feature-rich configurations for BGP route servers.
-
Updated
Aug 26, 2020 - Python
Peering sessions management tool
-
Updated
Sep 13, 2020 - Python
Implementation of the notorious Netkit using Python and Docker, allowing for SDN, NFV and traditional routing protocols.
-
Updated
Sep 14, 2020 - Python
CoreBGP is a BGP library written in Go that implements the BGP FSM with an event-driven, pluggable model.
-
Updated
Jul 6, 2020 - Go
an agent for configuring linux network stack via GoBGP
-
Updated
Jun 2, 2018 - Go
Improve this page
Add a description, image, and links to the bgp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bgp topic, visit your repo's landing page and select "manage topics."


Currently the release script uses invoke (
inv), but the way to make it work is manually installing it's dependencies (pyyamlandsemver).We should make this process straight-forward (probably add a requirements file might be enough, but if you consider it is if needed, add docs too).