summaryrefslogtreecommitdiffstats
path: root/bgpd/bgpd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-3/+6
|\
| * general: remove inline qualifiers and move in-header functions to objectsPaul Jakma2012-01-061-1/+1
| * fix set never used warningsStephen Hemminger2011-12-181-2/+0
| * bgpd: fix "nexthop-local unchanged" (BZ#350)Dylan Hall2011-11-151-0/+5
| * bgpd: revised fix to --dryrun (BZ#622)Sergey Y. Afonin2011-11-151-3/+4
| * bgpd: rename SAFI 3 according to RFC4760Denis Ovsienko2011-09-291-1/+1
* | Fix broken prefix-list handling in bgpdChris Hall2012-02-291-10/+16
* | Reviewed and improved vty and (particularly) vtysh.Chris Hall2012-02-261-1/+1
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-6/+5
* | Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-121-197/+369
|\ \
| * | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-197/+369
| |\|
| | * bgpd: refine the setting up of GTSMStephen Hemminger2011-03-281-3/+18
| | * bgpd: Cleanups & fixes for minttl / GTSMStephen Hemminger2011-03-241-27/+28
| | * bgpd: RFC 5082 Generalized TTL Security Mechanism supportNick Hilliard2011-03-231-1/+156
| | * bgp: use monotonic clock for time of dayStephen Hemminger2010-01-151-7/+15
| * | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-5/+6
* | | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-5/+6
* | | Second tranche of updates for pipework branch.Chris Hall2011-02-131-1/+2
|/ /
* | Fix "neighbor xx peer-group" and "show bgp XX::"Chris Hall2010-12-141-23/+28
* | Fix various capability flags so that sessions are restarted.Chris Hall2010-08-041-4/+4
* | Avoid creating neighbor with same address as another.Chris Hall2010-07-301-0/+8
* | Introduce "rs-in" route-maproot2010-07-281-10/+29
* | Reworking of peer state handling.Chris Hall2010-07-191-604/+502
* | New functions for error numbers and addresses in messages.Chris Hall2010-04-081-3/+2
* | First beta releaseChris Hall2010-04-061-4/+14
* | Major updateChris Hall2010-03-161-13/+14
* | Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-2/+0
* | Fix retry for connect() connections + debug for mqueue.Chris Hall2010-02-051-0/+2
* | peer_flag_modify_action must enable the peer if not SHUTDOWN.paulo2010-02-051-1/+1
* | Fixed shutdown. Centralized the testing of whether the session can bepaulo2010-02-051-5/+9
* | Recover lost bgp_peer.c Changed bgp_terminate to setpaulo2010-02-041-2/+1
* | Thread safe versions of inet_ntoa and strerror.paulo2010-02-041-2/+2
* | When prefix overflow timer expires it mustn't re-enable the peer if wepaulo2010-02-031-0/+4
* | Handling of peering states: Don't disable peer until sessionpaulo2010-02-031-11/+8
* | Use notify routine, not disable. Only chnage to clearing state ifpaulo2010-02-021-2/+2
* | In bgp_route.c bgp_maximum_prefix_overfow arrange for peer to bepaulo2010-02-011-54/+54
* | Testing and fixing round.Chris Hall2010-01-311-1/+3
* | Wite route refresh received. Hive off statistics into separate struct.paulo2010-01-271-4/+5
* | Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-271-42/+53
* | Fixed problems in mqueue keeping tail pointers correct. Implementedpaulo2010-01-251-1/+42
* | Getting BGP Engine to start and removing warnings.Chris Hall2010-01-241-4/+4
* | Fix "write file" command so reports "threaded". Working on Shutdown andpaulo2010-01-221-3/+2
* | Minor fixes to get a clean compile so can start debugging.paulo2010-01-191-0/+5
* | Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-181-30/+0
* | Wired up receiving updates, with update packet sent from BGP to Routingpaulo2010-01-151-26/+26
* | More knitting and clean up replacing old state machine with events withpaulo2010-01-141-209/+83
* | Progress on bgp_msg_read. Still on going.paulo2010-01-111-1/+1
* | Update peer from received open state. Threaded command. Peer indexpaulo2010-01-081-284/+9
* | Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-041-0/+3
* | Merge branch 'master' of git://code.quagga.net/quaggaChris Hall (GMCH)2009-12-171-1/+1
|\|