summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_fsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Use the headerDonald Sharp2020-12-171-1/+2
* bgpd: RFC 4271 DelayOpenTimerDavid Schweizer2020-10-201-16/+161
* bgpd: Advertise FIB installed routes to bgp peers (Part 3)Soman K S2020-11-061-3/+7
* *: unify thread/event cancel macrosMark Stapp2020-10-231-5/+5
* bgpd: Make the process_queue per bgp processDonald Sharp2020-10-211-6/+7
* bgpd: rename bgp_fsm_event_updateQuentin Young2020-09-171-5/+6
* bgpd: Add `neighbor <neigh> shutdown rtt` commandDonatas Abraitis2020-09-071-0/+3
* Merge pull request #7037 from volta-networks/fix_traps_bgpDonatas Abraitis2020-09-051-2/+4
|\
| * bgpd: fix invocation of bgpTrapBackwardTransitionBabis Chalios2020-09-021-2/+4
* | Merge pull request #6589 from NaveenThanikachalam/gr_fixesDonatas Abraitis2020-09-041-0/+24
|\ \ | |/ |/|
| * bgpd: GR fixesNaveen Thanikachalam2020-07-141-0/+24
* | Merge pull request #6938 from opensourcerouting/bgp-instance-shutdownRuss White2020-08-251-0/+2
|\ \
| * | bgpd: bgp instance administrative shutdown.David Schweizer2020-08-141-0/+2
* | | bgpd: Fix BGP session stuck in OpenConfirm stateSarita Patra2020-08-211-2/+2
* | | bgpd: Don't stop hold timer in OpenConfirm StateSarita Patra2020-08-211-3/+0
|/ /
* | bgpd: fsm legacy thread reset cleanupDavid Schweizer2020-08-071-9/+0
* | *: un-split strings across linesDavid Lamparter2020-07-141-4/+2
* | bgpd: Allow extending peer timeout in rare caseDonald Sharp2020-06-151-0/+20
|/
* *: manually remove some more sprintfQuentin Young2020-04-211-1/+2
* bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis2020-03-211-24/+18
* bgpd: Convert status defines to enumDonald Sharp2020-03-201-3/+7
* bgpd: Convert #define of bgp fsm events to an enumDonald Sharp2020-03-201-3/+3
* Merge pull request #5992 from pguibert6WIND/bgp_bfd_reset_with_remoteDonatas Abraitis2020-03-181-2/+1
|\
| * bgpd: reset bfd session when bgp comes upPhilippe Guibert2020-03-131-2/+1
* | Merge pull request #5998 from donaldsharp/more_spellingSantosh P K2020-03-161-1/+1
|\ \
| * | bgpd: Fix spelling mistakes found by debian packagingDonald Sharp2020-03-141-1/+1
| |/
* / bgpd: Add subcodes for BGP Finite State Machine ErrorDonatas Abraitis2020-03-161-4/+25
|/
* bgpd: upon reconfiguration or bgp exchange failure, stop bfd.Philippe Guibert2020-03-121-1/+1
* bgpd: reset bfd session when bgp comes upPhilippe Guibert2020-03-101-0/+1
* bgpd: upon reconfiguration or bgp exchange failure, stop bfd.Philippe Guibert2020-03-101-0/+4
* *: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__Donatas Abraitis2020-03-051-1/+1
* bgpd: Show the real reason why the peer is failedDonatas Abraitis2020-02-141-1/+6
* Merge pull request #5785 from ton31337/fix/replace_gtsm_hops_to_readable_macrosRuss White2020-02-111-1/+1
|\
| * bgpd: Use readable macros for peer->gtsm_hops instead of literalsDonatas Abraitis2020-02-101-1/+1
* | Merge pull request #5789 from donaldsharp/bgp_ebgp_reasonDonatas Abraitis2020-02-111-1/+3
|\ \
| * | bgpd: Update failed reason to distinguish some NHT scenariosDonald Sharp2020-02-111-1/+3
| |/
* / bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macrosDonatas Abraitis2020-02-061-13/+13
|/
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-1/+1
* bgpd, lib: fix style from BGP GR codeQuentin Young2020-02-041-128/+112
* bgpd: enums in switches do not need defaultDonald Sharp2020-01-311-5/+0
* bgpd: Cleanup some bad formatingDonald Sharp2020-01-311-39/+27
* bgpd: Added bgp graceful restart additional debug logs.bisdhdh2020-01-231-2/+2
* bgpd: BGP Garaceful Restart debug logs.bisdhdh2020-01-231-66/+158
* bgpd: Adding bgp peer route processing and EOR state Signalling from BGPD to ...bisdhdh2020-01-231-6/+20
* bgpd: Restarting node does not send EOR after the convergence.bisdhdh2020-01-231-5/+18
* bgpd: BGP tcp session failed to apply GR configuration on the transferredbisdhdh2020-01-231-1/+35
* bgpd: Adding BGP GR change mode config apply on notification sent & received.bisdhdh2020-01-231-1/+0
* bgpd: Adding Selection Deferral Timer handler changes.bisdhdh2020-01-231-1/+157
* bgpd: Adding BGP GR Per Neighbor show commands.bisdhdh2020-01-231-9/+10
* bgpd: Adding BGP GR Global & Per Neighbour FSM changesbisdhdh2020-01-231-0/+387