15
#
evpn
Here are 20 public repositories matching this topic...
A demo to run Arista Validated Design with CloudVision deployment - From Powerup to EVPN Fabric
ansible
demo
ansible-playbook
arista
evpn
cloudvision
cvp
arista-networks
arista-cloudvision
cloudvision-deployment
vxlan-fabric
-
Updated
Mar 29, 2022 - Makefile
Files for Modern DC webinars
-
Updated
Dec 15, 2020 - Shell
Package that initiates vxlan underlay and overlay instances with all the parameters requried
-
Updated
Mar 16, 2018 - Python
Ansible playbook to generate an entire VXLAN/EVPN configuration with Jinja2
-
Updated
Dec 21, 2021 - Jinja
Ansible playbook to generate an entire VXLAN/EVPN configuration with Jinja2
-
Updated
Dec 21, 2021 - Jinja
Use Ansible with Jinja2 templates to generate EVPN & VXLAN config files, and deploy to ceos lab env automatically.
-
Updated
Jul 21, 2021 - Jinja
BGP EVPN is based on BGP (RFC 4271) and its extensions MP-BGP (RFC4760). BGP is the routing protocol that drives the Internet. Through MP-BGP extensions, it can be used to carry reachability information (NLRI) for various protocols (IPv4, IPv6, L3 VPN and in this case, EVPN). EVPN is a special family for publishing information about MAC addresses and the end devices that access them
-
Updated
Mar 12, 2022 - Shell
Improve this page
Add a description, image, and links to the evpn topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the evpn topic, visit your repo's landing page and select "manage topics."
In
zebra/rt_netlink.c, we callvrf_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_vrfobject.You would need to create a hash table probably in
zebra/zebra_vrf.hthat uses thetable_idhash as a key and then update the code invrf_lookup_by_id()to use this.This shoul