index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_attr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use #define for mp_nexthop_len values
Donald Sharp
2015-05-20
1
-20
/
+21
*
Relax draft-ietf-idr-error-handling-13 valid IP check in favor of draft-ietf-...
Donald Sharp
2015-05-20
1
-1
/
+6
*
When internal operations are performed (e.g., best-path selection, next-hop
Donald Sharp
2015-05-20
1
-1
/
+1
*
BGP: Add dynamic update group support
Donald Sharp
2015-05-20
1
-13
/
+49
*
BGP: add addpath RX support
Donald Sharp
2015-05-20
1
-4
/
+4
*
Correct a few fuzz failures in BGP
Donald Sharp
2015-05-20
1
-9
/
+5
*
Overhual BGP debugs
Donald Sharp
2015-05-20
1
-88
/
+56
*
Changes to improve BGP convergence time:
Donald Sharp
2015-05-20
1
-2
/
+6
*
Fix aggregation issues found via ANVL
Donald Sharp
2015-05-20
1
-0
/
+1
*
atomic-aggregate is lost when we aggregate another aggregate that has atomic-...
Donald Sharp
2015-05-20
1
-2
/
+3
*
Add support for route tags
Donald Sharp
2015-05-20
1
-0
/
+3
*
bgpd-maxmed-administrative-onstartup.patch
Donald Sharp
2015-05-20
1
-2
/
+3
*
bgpd: bgpd-table-map.patch
Donald Sharp
2015-05-20
1
-2
/
+57
*
bgpd: don't send NOTIFY twice for malformed attrs
David Lamparter
2014-06-29
1
-12
/
+22
*
bgpd: fix IP endianness in debug message
David Lamparter
2014-06-29
1
-1
/
+1
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-5
/
+5
*
bgpd: efficient NLRI packing for AFs != ipv4-unicast
Pradosh Mohapatra
2014-06-03
1
-119
/
+130
*
bgpd: track correct originator-id in reflected routes
Pradosh Mohapatra
2014-05-15
1
-1
/
+3
*
bgpd: use ATTR_FLAG_BIT() for BGP_ATTR_ values
Jorge Boncompte [DTI2]
2014-05-15
1
-4
/
+4
*
bgpd: don't try to reconcile AS4_PATH with NULL
David Lamparter
2013-02-01
1
-0
/
+3
*
bgpd: fix a bug in bgp_attr_dup
Christian Franke
2013-01-14
1
-4
/
+17
*
bgpd: Fixed out-of-date comment
Andrew Certain
2012-11-30
1
-1
/
+1
*
bgpd: add replace-as modifier for BGP neighbor
Andrew Certain
2012-11-30
1
-2
/
+9
*
*: use array_size() helper macro
Balaji.G
2012-10-25
1
-3
/
+2
*
bgpd: reduce struct attr_extra allocations/freeing
Jorge Boncompte [DTI2]
2012-05-22
1
-1
/
+5
*
bgpd: use on stack struct attr_extra in bgp_attr_unintern()
Jorge Boncompte [DTI2]
2012-05-22
1
-2
/
+2
*
bgpd: cleanup bgp_attr_unintern()
Jorge Boncompte [DTI2]
2012-05-22
1
-11
/
+12
*
bgpd: use on stack struct attr_extra on bgp_attr_aggregate_intern()
Jorge Boncompte [DTI2]
2012-05-22
1
-10
/
+10
*
bgpd: reduce attrhash_make_key() indirections
Jorge Boncompte [DTI2]
2012-05-22
1
-16
/
+17
*
bgpd: remove some useless initializations
Jorge Boncompte [DTI2]
2012-05-22
1
-4
/
+1
*
bgpd: remove calls to peer_sort() from fast-path
Jorge Boncompte [DTI2]
2012-05-22
1
-16
/
+14
*
bgpd: Fix regression in args consolidation, total should be inited from args
Paul Jakma
2012-05-02
1
-1
/
+1
*
bgpd: bgp_attr_flags_diagnose shouldn't assert
Paul Jakma
2012-03-27
1
-1
/
+8
*
bgpd: attr_parse call to attr_malformed should deal with PROCEED error case
Paul Jakma
2012-03-27
1
-8
/
+14
*
bgpd: Fix silly mistake in bgp_attr_flag_invalid
Paul Jakma
2012-03-27
1
-1
/
+1
*
bgpd: malformed attribute error that can still proceed should fixup getp
Paul Jakma
2012-03-25
1
-3
/
+10
*
bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanups
Paul Jakma
2012-02-28
1
-273
/
+194
*
bgpd: consolidate attribute flag checks
Paul Jakma
2012-02-28
1
-88
/
+133
*
bgpd: Fix incorrect attribute type code in call to bgp_attr_malformed
Paul Jakma
2012-01-08
1
-2
/
+2
*
bgpd: Improve flag error messages in bgp_attr_aspath
Paul Jakma
2012-01-08
1
-4
/
+13
*
bgpd: rewrite attr flag error logging
Denis Ovsienko
2012-01-08
1
-54
/
+54
*
fix set never used warnings
Stephen Hemminger
2011-12-18
1
-16
/
+6
*
bgpd: fix memory leak for extra attributes
Oleg A. Arkhangelsky
2011-12-03
1
-0
/
+1
*
bgpd: fix 2 more cases of length error reporting
Denis Ovsienko
2011-10-26
1
-2
/
+2
*
bgpd: check AGGREGATOR attr flags (BZ#678)
Denis Ovsienko
2011-10-22
1
-0
/
+17
*
bgpd: fix more regressions in attr flag checks
Denis Ovsienko
2011-10-19
1
-4
/
+4
*
bgpd: use bgp_attr_malformed()
Denis Ovsienko
2011-10-18
1
-17
/
+22
*
bgpd: add flag checks for MP_(UN)REACH_NLRI
Denis Ovsienko
2011-10-17
1
-6
/
+36
*
bgpd: fix spelling of CLUSTER_LIST
Denis Ovsienko
2011-10-17
1
-1
/
+1
*
bgpd: check CLUSTER_LIST attribute flags
Denis Ovsienko
2011-10-17
1
-2
/
+17
[next]