Skip to content
#

bgp

Here are 260 public repositories matching this topic...

russellb
russellb commented Sep 17, 2020

I recently added support for automatically configuring MetalLB in BGP mode in the dev env by running inv dev-env with --protocol bgp or -p bgp. It would be helpful to add similar support for configuring MetalLB in layer2 mode. It would be run with --protocol layer2 or -p layer2.

What I would expect this to do is to configure MetalLB with a minimal ConfigMap that includes a small p

sworleys
sworleys commented Mar 11, 2020

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

blinkiz
blinkiz commented Dec 13, 2020

This is an enhancement request within the control plane functionality.

I do not use docker and Kubernetes has now deprecated docker.
How can I get kube-vip to work without docker? Is it possible to generate the manifest with crictl? Maybe kube-vip can provide a ready manifest to use in documentation so docker is not needed?

Improve this page

Add a description, image, and links to the bgp topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bgp topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.