Open Source Digital Experience Platform (DXP, MDM/PIM, CDP, DAM, CMS/UX & eCommerce
cms
ecommerce
gitter
shop
ecommerce-platform
pim
pimcore
administration-interface
master-data-management
dam
mdm
data-management
cms-framework
digital-platform
cdp
online-shop
product-management
online-store
wcms
experience-manager
product-information-management
customer-data-platform
-
Updated
May 7, 2021 - PHP
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