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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix previous bgp nexthop tracking patches to compile and work better
Timo Teräs
2015-06-04
5
-3
/
+5
*
bgpd-delete-route-on-invalid-nh.patch
Dinesh G Dutt
2015-06-04
1
-2
/
+2
*
bgpd: bgpd-nexthop-tracking.patch
Dinesh G Dutt
2015-06-04
10
-117
/
+852
*
bgpd-add-peer-group-timers.patch
Daniel Walton
2015-06-04
2
-27
/
+105
*
lib: allow caller to provide prefix storage in sockunion2hostprefix
Timo Teräs
2015-05-29
1
-6
/
+5
*
bgpd: allow using rtt in route-map's set metric
Timo Teräs
2015-05-20
4
-12
/
+52
*
bgpd: refactor route-map objects modifying integer values
Timo Teräs
2015-05-20
1
-192
/
+111
*
lib: straighten out ORF prefix list support
David Lamparter
2015-05-05
3
-5
/
+5
*
bgpd: speed up "no-hit" withdraws for routeservers
David Lamparter
2015-05-05
3
-12
/
+25
*
Merge branch 'volatile/fix_warnings'
David Lamparter
2015-04-23
10
-98
/
+43
|
\
|
*
*: fix more initialisers (for BSD)
David Lamparter
2015-04-21
1
-2
/
+2
|
*
build: add --enable-werror
David Lamparter
2015-04-21
1
-1
/
+1
|
*
bgpd: drop unused static variable
David Lamparter
2015-04-21
1
-1
/
+0
|
*
bgpd: fix SNMP write support
David Lamparter
2015-04-21
1
-18
/
+20
|
*
bgpd: random() returns long
David Lamparter
2015-04-21
1
-4
/
+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: fix ecommunity_token initialiser
David Lamparter
2015-04-21
1
-2
/
+2
|
*
*: add/cleanup initialisers
David Lamparter
2015-04-21
1
-1
/
+1
|
*
*: fix signedness mix-ups
David Lamparter
2015-04-21
1
-1
/
+1
|
*
*: remove stray extra semicolons
David Lamparter
2015-04-21
2
-2
/
+2
|
*
*: use void * for printing pointers
David Lamparter
2015-04-21
2
-2
/
+2
|
*
*: use long long to print time_t
David Lamparter
2015-04-19
1
-5
/
+5
*
|
bgpd: Display of configured dampening parameters
Balaji
2015-04-14
2
-0
/
+35
*
|
bgpd: Configured suppress value cannot be less than the reuse value in bgp da...
Balaji
2015-04-14
1
-0
/
+8
|
/
*
build: get rid of INCLUDES, use AM_CPPFLAGS
David Lamparter
2015-02-14
1
-1
/
+1
*
build: remove INRIA, NRL and MUSICA IPv6 quirks
David Lamparter
2015-02-14
1
-2
/
+2
*
bgpd: fix negative values in output
Milan Kocian
2015-02-06
2
-6
/
+6
*
bgpd: set BGP_ATTR_MP_[UN]REACH_NLRI (fixes 1a211cb)
David Lamparter
2014-12-08
1
-0
/
+5
*
bgpd: stop startup timer on stopping BGP (fixes dd49eb1)
David Lamparter
2014-12-07
1
-0
/
+2
*
bgpd: implement route-map set as-path prepend last-as
Timo Teräs
2014-11-25
3
-28
/
+86
*
bgpd: one more fix for tightening of check for missing well-known attributes
Paul Jakma
2014-11-25
1
-2
/
+2
*
bgpd: trivial, remove unneeded extra variable in bgp_capability_restart
Paul Jakma
2014-11-11
1
-6
/
+5
*
Fix BGP's use of restart bit.
Vipin Kumar
2014-11-11
4
-10
/
+64
*
bgpd: remove unused variables
Paul Jakma
2014-11-11
1
-3
/
+0
*
Add set ipv6 next-hop peer-address command.
Dinesh G Dutt
2014-11-11
1
-1
/
+121
*
bgpd: Fixes for recent well-known-attr check patch.
Paul Jakma
2014-10-28
1
-6
/
+27
*
bgpd: well-known attr check only run for v4/uni, which could cause a crash.
Paul Jakma
2014-10-17
3
-54
/
+59
*
bgpd.c: Remove unused store to variable
Paul Jakma
2014-09-23
1
-2
/
+2
*
Fix most compiler warnings in default GCC build.
Paul Jakma
2014-09-23
8
-86
/
+62
*
*: merge branch stable/0.99.23
David Lamparter
2014-08-19
1
-1
/
+1
|
\
|
*
bgpd: memmove needed in community_del_val
John Glotzer
2014-08-18
1
-1
/
+1
*
|
*: merge branch stable/0.99.23
David Lamparter
2014-06-29
5
-75
/
+58
|
\
|
|
*
bgpd: don't send NOTIFY twice for malformed attrs
David Lamparter
2014-06-29
2
-12
/
+25
|
*
bgpd: fix IP endianness in debug message
David Lamparter
2014-06-29
1
-1
/
+1
|
*
bgpd: fix memory leak on malformed attribute
David Lamparter
2014-06-29
1
-1
/
+4
|
*
bgpd: fix double free after extcommunity set (BZ#799)
David Lamparter
2014-06-29
1
-5
/
+10
|
*
bgpd: remove duplicate route-map extcommunity code
David Lamparter
2014-06-29
1
-50
/
+9
|
*
bgpd: fix some bgp_update_main() attribute leaks
David Lamparter
2014-06-29
1
-6
/
+9
*
|
bgpd: route-map: share aspath object compilation code where possible
Timo Teräs
2014-06-25
1
-48
/
+24
[next]