]> git.puffer.fish Git - matthieu/frr.git/commit
lib: handle type2/5 routes in optimized route-map
authorStephen Worley <sworley@nvidia.com>
Wed, 12 May 2021 15:58:37 +0000 (11:58 -0400)
committerStephen Worley <sworley@nvidia.com>
Tue, 23 Aug 2022 16:41:25 +0000 (12:41 -0400)
commita33b4d3f4c0bd4c0df222d388f2f6a20717717c6
tree39f1b39341b4f821e4e0b4c3eafda7aa4e4e88ef
parent0f33e6dfca3528bdd1b079e2f54df493f565481a
lib: handle type2/5 routes in optimized route-map

Handle matching type2/5 evpn routes via lookup in the optimized
route-maps used by plists.

Convert the evpn_prefix to ipv4/v6 prefix to perform longest
matching on in the tree.

Signed-off-by: Stephen Worley <sworley@nvidia.com>
lib/routemap.c