]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd : route agg. with comm attr is consuming lot of cycles.
authorvdhingra <vdhingra@vmware.com>
Mon, 19 Aug 2019 07:47:50 +0000 (00:47 -0700)
committervdhingra <vdhingra@vmware.com>
Tue, 24 Sep 2019 09:54:19 +0000 (02:54 -0700)
commit21fec674536495d5835cc4d27f29ac96bae111f0
tree6e0d8a609653f0ad7813a7e59b56f31395459e08
parentf1eb1f0526eeb00f2faa07eb880d7be81b72f560
bgpd : route agg. with comm attr is consuming lot of cycles.

While configuring aggregate route prepare the hash table
first, then prepare the aggregated standard comm value
and then do the unique sort once for standard community.

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