bgp
Here are 344 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
May 1, 2022 - Go
-
Updated
Apr 29, 2022 - Python
-
Updated
Dec 13, 2021 - Python
Metrics support
-
Updated
Mar 12, 2022 - C
-
Updated
Jun 28, 2021 - Python
-
Updated
Apr 12, 2022 - Shell
-
Updated
May 5, 2022 - JavaScript
-
Updated
May 7, 2022 - Python
-
Updated
May 2, 2022 - Python
-
Updated
Jun 16, 2020 - CSS
Customize output
Greetings,
is there a way to customize the output display of the routers? Preferably I would like to have the output as a full regular text displayed in-between current header & footer, instead of a scrollable window. also my custom vtysh at some cases outputs some html code that it doesn't get displayed in the output window.
-
Updated
Oct 29, 2021 - Go
-
Updated
May 4, 2022 - Python
-
Updated
Apr 12, 2022 - 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."
Ginkgo fails if some focused test is left in the codebase (FIt, FEntry, etc), avoiding the risk of committing code with focused tests in code that may let us think the CI is good while it's running a subset of tests.