mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 05:18:47 +00:00
* bgp_routemap.c: Revert part of leaking communities fix commited in
2005-05-27. While ecommunity fix seems to be correct, community case isn't. Fixes bugzilla #209. [backport candidate]
This commit is contained in:
parent
6eb8827d66
commit
e279c7a6f3
@ -1,3 +1,9 @@
|
||||
2005-08-03 Hasso Tepper <hasso at quagga.net>
|
||||
|
||||
* bgp_routemap.c: Revert part of leaking communities fix commited in
|
||||
2005-05-27. While ecommunity fix seems to be correct, community case
|
||||
isn't.
|
||||
|
||||
2005-06-28 Paul Jakma <paul.jakma@sun.com>
|
||||
|
||||
* (global) The great bgpd extern and static'ification.
|
||||
|
@ -1223,9 +1223,6 @@ route_set_community (void *rule, struct prefix *prefix,
|
||||
|
||||
attr->community = new;
|
||||
|
||||
if (old)
|
||||
community_free (old);
|
||||
|
||||
attr->flag |= ATTR_FLAG_BIT (BGP_ATTR_COMMUNITIES);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user