]> git.proxmox.com Git - mirror_frr.git/commit
bgpd : route agg. with aspath attribute is consuming lot of cycles.
authorvdhingra <vdhingra@vmware.com>
Mon, 19 Aug 2019 07:50:56 +0000 (00:50 -0700)
committervdhingra <vdhingra@vmware.com>
Tue, 24 Sep 2019 09:54:19 +0000 (02:54 -0700)
commitef51a7d8d4082f6465d50989b101431168faf5a4
tree2161449271401c8844d481e35833336104362d5d
parent4edd83f91b545f7b862b5bdccf45c85769ceafd5
bgpd : route agg. with aspath attribute is consuming lot of cycles.

While configuring aggregate route prepare the hash table first,
then prepare the aggregated aspath value just like lcomm,
ecomm and standard community.

Signed-off-by: vishaldhingra<vdhingra@vmware.com>
bgpd/bgp_aspath.c
bgpd/bgp_aspath.h
bgpd/bgp_route.c