Skip to content
#

bgp

Here are 231 public repositories matching this topic...

murali-reddy
murali-reddy commented Mar 11, 2020

VM's provisioned on OpenStack have anti-spoofing measures which will drop packets if the source address is not matching to the assigned VM's ip. This prevents pod-to-pod traffic across the nodes getting routed when kube-router is used in direct routing mode.

Following are options to overcome this limitation:

  • configure OpenStack to allo pod-to-pod traffic. Steps are documented for kubespray
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

plajjan
plajjan commented Oct 25, 2017

We should add a CLI argument to add extra lines of configuration when the bootstrap configuration is applied to the device.

vrnetlab has no aspiration of becoming a generic configuration management system. The focus has always been, and will continue to be, on doing the minimal amount of configuration so that the router can then be configured through NETCONF/YANG. vrnetlab configures this boots

vincentbernat
vincentbernat commented Dec 8, 2017

Hey!

The documentation doesn't really deal with how expiration should be handled in Kafka. For example, if all topics are set to expire in 24 hours, new consumers don't have most information to be able to bootstrap. A simple solution is to restart the collector every 24 hour. Maybe a openbmpd could force a rolling disconnect instead? Or maybe I am missing another solution?

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.