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
...
|
|
*
[bgpd] Remove dead code in ORIGINATOR_ID packet forming code
Paul Jakma
2006-05-12
2
-7
/
+7
|
|
*
[bgpd] Bug #240, Fix route-server crash when static routes are configured
Paul Jakma
2006-05-08
2
-2
/
+11
|
|
*
[bgpd] CID#62 fix double-free, use-after-free in community_str2com
Paul Jakma
2006-05-08
2
-1
/
+6
|
|
*
[bgpd] Fix bug where FSM can stay hung forever in Idle/Clrng
Paul Jakma
2006-05-04
2
-19
/
+40
|
|
*
[bgpd] bug #210: Enable crucial VPNv4 code which was disabled
Paul Jakma
2006-05-04
4
-16
/
+26
|
|
*
[bgpd] Fix infinite loop in community_str2com
Paul Jakma
2006-03-30
2
-6
/
+20
|
|
*
[bgpd] release peer specific clear queue in peer_free
Paul Jakma
2006-03-30
2
-1
/
+9
|
|
*
[bgpd] trivial: use a distinct memtype for struct bgp_synchronize
Paul Jakma
2006-03-30
2
-1
/
+4
|
|
*
[bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpd
Paul Jakma
2006-03-30
2
-19
/
+189
|
|
*
[bgpd] Include header dependency in bgp_nexthop.h
Paul Jakma
2006-03-30
2
-0
/
+7
|
|
*
[bgpd] rearrange some structs for less padding, stats for table/attrs.
Paul Jakma
2006-03-30
6
-55
/
+100
|
|
*
[bgpd] Start off FSM again once clearing finishes.
Paul Jakma
2006-03-06
2
-0
/
+8
|
|
*
[bgpd] Add Clrng description to bgp summary state.
Paul Jakma
2006-02-21
2
-0
/
+4
|
|
*
[bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM.
Paul Jakma
2006-02-21
9
-96
/
+126
|
|
*
[bgpd] trivial readability fix
Paul Jakma
2006-02-18
2
-2
/
+6
|
|
*
[bug #89] Fix leak of community when set community is used
Paul Jakma
2006-02-18
2
-2
/
+17
*
|
|
Fix bgp ipv4/ipv6 accept handling
Stephen Hemminger
2008-08-24
1
-0
/
+9
*
|
|
Use XCALLOC
Stephen Hemminger
2008-08-18
7
-57
/
+13
*
|
|
Make command nodes static
Stephen Hemminger
2008-08-11
4
-10
/
+10
*
|
|
bgp: no need to raise privs when setting up md5
Stephen Hemminger
2008-08-06
1
-9
/
+0
*
|
|
inline bgp flag manipulation
Stephen Hemminger
2008-08-04
2
-43
/
+37
*
|
|
remove dead code
Stephen Hemminger
2008-08-01
3
-3
/
+5
*
|
|
bgp_config_write_damp should return void
Stephen Hemminger
2008-08-01
2
-22
/
+21
*
|
|
Add back in TOS support
Stephen Hemminger
2008-08-01
1
-0
/
+14
*
|
|
Make hash compare functions take const args
Stephen Hemminger
2008-07-31
9
-70
/
+35
*
|
|
Fix merge problems
Stephen Hemminger
2008-07-31
4
-57
/
+4
*
|
|
Merge branch 'upstream' into islavista
Stephen Hemminger
2008-07-31
18
-379
/
+437
|
\
|
|
|
*
|
[bgpd] Fix triggerable crash when compiled with --disable-bgp-announce
paul
2008-07-22
4
-24
/
+27
|
*
|
[bgpd] fix a couple of trivial compiler warnings
paul
2008-07-22
5
-17
/
+25
|
*
|
[bgpd] TCP-MD5: password vty configuration and initial Linux support
paul
2008-07-21
7
-5
/
+319
|
*
|
[vty] CMD_AS_RANGE accidently quoted and so not expanded in vty
paul
2008-07-02
3
-49
/
+55
|
*
|
[bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client
paul
2008-07-02
5
-11
/
+23
|
*
|
[bgpd] minor changes to bgp_mp_reach_parse
paul
2008-06-07
3
-13
/
+47
|
*
|
[bgpd] bug #419: partial aspath-limit incorrectly causes session reset
paul
2008-06-01
2
-2
/
+10
|
*
|
[daemons] Sanity check port number arguments before use
paul
2008-05-29
1
-2
/
+8
|
*
|
+ [bgpd] Added new route-map set statement: "as-path ignore"
pilot
2008-04-10
5
-10
/
+211
|
*
|
[bgpd] remove unnecessary 0 entries from struct message's
paul
2008-03-13
4
-9
/
+5
|
*
|
[bgpd] fix crash on startup if compiled IPv4-only
paul
2008-01-29
2
-5
/
+9
|
*
|
[bgpd] Fix number of DoS security issues, restricted to configured peers.
paul
2007-12-22
5
-8
/
+53
|
*
|
+ fixed no_set_aspath_prepend() to correctly match existing "set" statement
pilot
2007-12-18
2
-1
/
+16
|
*
|
[bgpd] Fix typo in previous commit to bgp_main.c
paul
2007-11-21
1
-1
/
+1
|
*
|
[bgpd] small fix for crash if 'listenon' argument is not given
paul
2007-11-13
2
-1
/
+9
|
*
|
2007-10-30 Nick Hilliard <nick@inex.ie>
paul
2007-11-01
6
-8
/
+32
|
*
|
[bgpd] Merge AS4 support
paul
2007-10-14
17
-366
/
+1498
|
*
|
[bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes
paul
2007-09-18
2
-1
/
+8
|
*
|
[bgpd] low-impact DoS: crash on malformed community with debug set
paul
2007-09-07
3
-1
/
+22
|
*
|
[bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients
paul
2007-08-30
3
-34
/
+49
|
*
|
[bgpd] Pass NOSUB to regexec
paul
2007-08-23
2
-1
/
+9
|
*
|
[bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit
paul
2007-08-06
7
-30
/
+683
|
*
|
[bgpd] cleanup, compact and consolidate capability parsing code
paul
2007-08-06
6
-414
/
+549
[prev]
[next]