bgp
Here are 266 public repositories matching this topic...
-
Updated
Feb 26, 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
-
Updated
Feb 25, 2021 - Go
-
Updated
Feb 5, 2021 - Python
-
Updated
Feb 9, 2021 - Python
-
Updated
Jan 1, 2021 - C
-
Updated
Jan 2, 2021 - Python
-
Updated
Feb 24, 2021 - JavaScript
-
Updated
Jun 16, 2020 - CSS
Metrics support
-
Updated
Feb 13, 2021 - Python
-
Updated
Dec 28, 2020 - Shell
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
-
Updated
Jan 25, 2021 - Go
-
Updated
Jan 11, 2021 - Python
-
Updated
Feb 25, 2021 - Python
-
Updated
Feb 18, 2021 - Python
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."
I recently added support for automatically configuring MetalLB in BGP mode in the dev env by running
inv dev-envwith--protocol bgpor-p bgp. It would be helpful to add similar support for configuring MetalLB in layer2 mode. It would be run with--protocol layer2or-p layer2.What I would expect this to do is to configure MetalLB with a minimal
ConfigMapthat includes a small p