bgp
Here are 308 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
Dec 21, 2021 - Go
-
Updated
Dec 13, 2021 - Python
-
Updated
Dec 13, 2021 - Python
-
Updated
Aug 12, 2021 - C
Metrics support
-
Updated
Jun 28, 2021 - Python
-
Updated
Dec 24, 2021 - JavaScript
-
Updated
Nov 3, 2021 - Shell
-
Updated
Dec 23, 2021 - Python
-
Updated
Jun 16, 2020 - CSS
-
Updated
Dec 21, 2021 - Python
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
Oct 29, 2021 - Go
-
Updated
Nov 29, 2021 - Python
-
Updated
Dec 21, 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."
Right now e2e tests handle metallb as a black box, going to inspect only the content of the external FRR containers.
However, there are some parameters (i.e. password, timers) that are not sent on the wire and thus not available for inspection on the other peer.
We unit tests the various segments, but we don't really know if a value we set in config ends up rendered correctly.
It would be nic