index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_route.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cumulus take-3
cumulus-take-3
Timo Teräs
2016-03-30
1
-691
/
+1837
*
bgpd: Fix crash reported by NetDEF CI
Lou Berger
2016-03-08
1
-0
/
+3
*
bgpd: Remove the double-pass parsing of NLRIs
Paul Jakma
2016-03-08
1
-105
/
+56
*
bgpd: Regularise bgp_update_receive, add missing notifies and checks
Paul Jakma
2016-03-08
1
-1
/
+3
*
bgpd: Regularise BGP NLRI sanity checks a bit
Paul Jakma
2016-03-08
1
-6
/
+20
*
bgpd: remove HAVE_IPV6 conditionals
Lou Berger
2016-02-26
1
-198
/
+15
*
bgpd: Add back old forms of 'show <afi> <safi>' for compatibility
Lou Berger
2016-02-26
1
-201
/
+3898
*
bgpd: drop machineparse / random "show" improvements
Lou Berger
2016-02-26
1
-15
/
+26
*
bgpd: encap show commands
Lou Berger
2016-02-26
1
-2023
/
+1819
*
bgpd: VPNv6 show commands
Lou Berger
2016-02-26
1
-216
/
+105
*
bgpd: encap: add encap SAFI (RFC5512)
Lou Berger
2016-02-26
1
-85
/
+170
*
bgpd: general MP/SAFI improvements
Lou Berger
2016-02-26
1
-9
/
+26
*
bgpd: improve cleanup in bgp_delete()
Lou Berger
2016-02-26
1
-18
/
+87
*
bgpd: make _vpnv4 static handling SAFI-agnostic
Lou Berger
2016-02-26
1
-49
/
+163
*
bgpd: make bgp_info_cmp and multiple-path decision logic more regular
Paul Jakma
2016-02-18
1
-88
/
+81
*
bgpd: bgp_scan shouldn't queue up route_nodes with no routes for processing
Paul Jakma
2016-02-18
1
-2
/
+25
*
bgpd: If route-map does not exist DENY for redistribute statements
Daniel Walton
2015-09-24
1
-1
/
+1
*
bgpd: Fix memory leak in bgpd/bgp_route.c
Denil Vira
2015-09-24
1
-0
/
+7
*
bgpd: Addition of "show ip bgp dampening" command tree
Balaji
2015-09-24
1
-0
/
+136
*
bgpd: Make bgp_info_cmp robust to paths that do not have su_remote info
Timo Teräs
2015-09-24
1
-1
/
+6
*
bgpd: Fix race in clearing completion
Donald Sharp
2015-09-24
1
-22
/
+10
*
bgpd: Only use routes from Established peers for best path selection
Dinesh G Dutt
2015-09-24
1
-0
/
+14
*
bgpd: Ignore stale entry candidates during bestpath selection.
vivek
2015-09-24
1
-1
/
+13
*
bgpd: speed up "no-hit" withdraws for routeservers
David Lamparter
2015-05-05
1
-9
/
+21
*
Merge branch 'volatile/fix_warnings'
David Lamparter
2015-04-23
1
-60
/
+4
|
\
|
*
bgpd: don't use #ifdef inside macro args
David Lamparter
2015-04-21
1
-58
/
+1
|
*
bgpd, zebra: fix struct/pointer sizeof mixups
David Lamparter
2015-04-21
1
-2
/
+3
*
|
bgpd: Configured suppress value cannot be less than the reuse value in bgp da...
Balaji
2015-04-14
1
-0
/
+8
|
/
*
Fix most compiler warnings in default GCC build.
Paul Jakma
2014-09-23
1
-15
/
+8
*
*: merge branch stable/0.99.23
David Lamparter
2014-06-29
1
-6
/
+9
|
\
|
*
bgpd: fix some bgp_update_main() attribute leaks
David Lamparter
2014-06-29
1
-6
/
+9
*
|
bgpd: implement "next-hop-self all"
Timo Teräs
2014-06-25
1
-1
/
+2
|
/
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
1
-34
/
+34
*
bgpd: don't compare next-hop to router-id
Pradosh Mohapatra
2014-06-03
1
-10
/
+0
*
bgpd: Fix condition allowas-in in rsclient code
Milan Kocian
2014-05-19
1
-1
/
+1
*
bgpd: display multipath status in "show ip bgp"
Boian Bonev
2014-05-15
1
-3
/
+7
*
bgpd: track correct originator-id in reflected routes
Pradosh Mohapatra
2014-05-15
1
-0
/
+11
*
bgpd: add 'bgp bestpath as-path multipath-relax'
Pradosh Mohapatra
2014-05-15
1
-1
/
+14
*
bgpd, ospfd, zebra: fix some DEFUN definitions
Christian Franke
2014-04-01
1
-29
/
+29
*
bgpd: fix crash in soft-reconfiguration
Christian Franke
2013-02-01
1
-3
/
+4
*
bgpd: conditional default-originate using route-map
Christian Franke
2013-01-16
1
-14
/
+34
*
bgpd: mark route nodes scheduled into work queue
Stephen Hemminger
2013-01-15
1
-0
/
+1
*
bgpd: avoid heap fragmentation in bgp_clear_route_table
Jorge Boncompte [DTI2]
2013-01-14
1
-15
/
+15
*
bgpd: fix for leaked struct bgp_adj_[in|out] on peer shutdown
Jorge Boncompte [DTI2]
2013-01-14
1
-3
/
+0
*
bgpd: make bgp_table a wrapper around table library
Avneesh Sachdev
2012-09-26
1
-20
/
+24
*
bgpd: Partially revert f018db8, fixes BZ#730
Jorge Boncompte [DTI2]
2012-06-21
1
-6
/
+2
*
bgpd: optimize bgp_aggregate_[increment|decrement]()
Jorge Boncompte [DTI2]
2012-05-22
1
-2
/
+20
*
bgpd: optimize bgp_update_main() in the soft_reconfig case
Jorge Boncompte [DTI2]
2012-05-22
1
-2
/
+2
*
bgpd: Remove useless initialization
Jorge Boncompte [DTI2]
2012-05-22
1
-1
/
+1
*
bgpd: reduce struct attr_extra allocations/freeing
Jorge Boncompte [DTI2]
2012-05-22
1
-54
/
+47
[next]