commit | 76a7280ddebd94b20c545e93d9773e7ad4db91de | [log] [tgz] |
---|---|---|
author | Daniel Walton <dwalton@cumulusnetworks.com> | Tue May 19 17:47:24 2015 -0700 |
committer | Paul Jakma <paul.jakma@hpe.com> | Tue Sep 13 10:36:46 2016 +0100 |
tree | e23a452ad18059aa890731eb2cfdf6ec8c511562 | |
parent | 78243040fc60babf83ef02572ad7966ebd20192e [diff] [blame] |
bgpd: Fix aggregation issues found via ANVL There were various failures in ANVL's aggregation tests, this patch fixes those issues found Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index 54ff544..616f779 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c
@@ -717,6 +717,7 @@ return new; } +/* Create the attributes for an aggregate */ struct attr * bgp_attr_aggregate_intern (struct bgp *bgp, u_char origin, struct aspath *aspath,