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_attr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Align bgp with upstream
Stephen Hemminger
2009-02-09
1
-0
/
+2
*
Merge branch 'vyatta-update' of /home/shemminger/src/quagga into jenner
Stephen Hemminger
2009-02-09
1
-1
/
+1
|
\
|
*
bgp: change () to (void)
Stephen Hemminger
2009-02-09
1
-1
/
+1
*
|
Use XCALLOC instead of XMALLOC/memset
Stephen Hemminger
2008-12-01
1
-6
/
+2
*
|
Merge in latest quagga (0.99.11)
Stephen Hemminger
2008-10-27
1
-5
/
+2
|
\
\
|
*
|
Merge branch 'master' of /home/shemminger/src/quagga into upstream
Stephen Hemminger
2008-10-13
1
-3
/
+43
|
|
\
|
|
|
*
[warnings] Fix various SOS warnings
Paul Jakma
2008-08-22
1
-2
/
+0
|
|
*
[lib] hash compare function arguments ought to be const qualified
Stephen Hemminger
2008-08-22
1
-20
/
+16
|
|
*
[bgpd] fix a couple of trivial compiler warnings
Paul Jakma
2008-07-22
1
-1
/
+1
|
|
*
[bgpd] minor changes to bgp_mp_reach_parse
Paul Jakma
2008-06-07
1
-13
/
+35
|
|
*
[bgpd] bug #419: partial aspath-limit incorrectly causes session reset
Paul Jakma
2008-06-01
1
-2
/
+3
|
|
*
[bgpd] remove unnecessary 0 entries from struct message's
Paul Jakma
2008-03-13
1
-1
/
+0
|
|
*
[bgpd] Fix number of DoS security issues, restricted to configured peers.
Paul Jakma
2007-12-22
1
-4
/
+20
|
|
*
[bgpd] Merge AS4 support
Paul Jakma
2007-10-14
1
-52
/
+359
|
|
*
[bgpd] low-impact DoS: crash on malformed community with debug set
Paul Jakma
2007-09-07
1
-1
/
+4
|
|
*
[bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients
Paul Jakma
2007-08-30
1
-3
/
+1
|
|
*
[bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit
Paul Jakma
2007-08-06
1
-3
/
+79
|
|
*
[bgpd] Trim memory usage of BGP routes
Paul Jakma
2007-05-04
1
-139
/
+246
|
|
*
[bgpd] Use defines for default weight
Paul Jakma
2007-04-29
1
-15
/
+8
|
|
*
[bgpd] Fix warnings: hash callbacks should match hash API declarations
Paul Jakma
2007-04-29
1
-10
/
+25
|
|
*
[bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds
Paul Jakma
2007-04-10
1
-25
/
+50
|
|
*
[bgpd] Remove dead code in ORIGINATOR_ID packet forming code
Paul Jakma
2006-05-12
1
-7
/
+2
|
|
*
[bgpd] bug #210: Enable crucial VPNv4 code which was disabled
Paul Jakma
2006-05-04
1
-2
/
+2
|
|
*
[bgpd] rearrange some structs for less padding, stats for table/attrs.
Paul Jakma
2006-03-30
1
-0
/
+12
*
|
|
Use XCALLOC
Stephen Hemminger
2008-08-18
1
-2
/
+1
*
|
|
remove dead code
Stephen Hemminger
2008-08-01
1
-1
/
+3
*
|
|
Make hash compare functions take const args
Stephen Hemminger
2008-07-31
1
-20
/
+16
*
|
|
Merge branch 'upstream' into islavista
Stephen Hemminger
2008-07-31
1
-16
/
+39
|
\
|
|
|
*
|
[bgpd] fix a couple of trivial compiler warnings
paul
2008-07-22
1
-1
/
+1
|
*
|
[bgpd] minor changes to bgp_mp_reach_parse
paul
2008-06-07
1
-13
/
+35
|
*
|
[bgpd] bug #419: partial aspath-limit incorrectly causes session reset
paul
2008-06-01
1
-2
/
+3
|
*
|
[bgpd] remove unnecessary 0 entries from struct message's
paul
2008-03-13
1
-1
/
+0
|
*
|
[bgpd] Fix number of DoS security issues, restricted to configured peers.
paul
2007-12-22
1
-4
/
+20
|
*
|
[bgpd] Merge AS4 support
paul
2007-10-14
1
-52
/
+359
|
*
|
[bgpd] low-impact DoS: crash on malformed community with debug set
paul
2007-09-07
1
-1
/
+4
|
*
|
[bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients
paul
2007-08-30
1
-3
/
+1
|
*
|
[bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit
paul
2007-08-06
1
-3
/
+79
|
*
|
[bgpd] Trim memory usage of BGP routes
paul
2007-05-04
1
-139
/
+246
|
*
|
[bgpd] Use defines for default weight
paul
2007-04-29
1
-15
/
+8
|
*
|
[bgpd] Fix warnings: hash callbacks should match hash API declarations
paul
2007-04-29
1
-10
/
+25
|
*
|
[bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds
paul
2007-04-10
1
-25
/
+50
|
*
|
[bgpd] Remove dead code in ORIGINATOR_ID packet forming code
paul
2006-05-12
1
-7
/
+2
|
*
|
[bgpd] bug #210: Enable crucial VPNv4 code which was disabled
paul
2006-05-04
1
-2
/
+2
|
*
|
[bgpd] rearrange some structs for less padding, stats for table/attrs.
paul
2006-03-30
1
-0
/
+12
|
|
/
|
*
[compiler] miscellaneous trivial compiler warning fixes
paul
2006-01-19
1
-1
/
+0
|
*
2005-09-10 Paul Jakma <paul.jakma@sun.com>
paul
2005-09-10
1
-14
/
+17
|
*
2005-06-28 Paul Jakma <paul.jakma@sun.com>
paul
2005-06-28
1
-32
/
+32
|
*
2005-02-09 Paul Jakma <paul.jakma@sun.com>
paul
2005-02-09
1
-25
/
+25
|
*
* bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for old
hasso
2005-02-01
1
-44
/
+0
|
*
* bgp_nexthop.c: Improve debug.
hasso
2005-02-01
1
-0
/
+4
[next]