summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_fsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bgpd: Send notification to the peer on FSM errorDonatas Abraitis2019-12-301-1/+1
* Merge pull request #5429 from Spantik/bug_fixDonatas Abraitis2019-12-101-0/+8
|\
| * bgpd: BGP assert when it tries to access peer which is closed.Santosh P K2019-12-091-0/+8
* | *: generously apply constDavid Lamparter2019-12-021-2/+2
|/
* bgpd: Replace magic number 1 for TTL to BGP_DEFAULT_TTLDonatas Abraitis2019-11-271-1/+1
* bgpd: Use BGP_NOTIFY_SUBCODE_UNSPECIFIC value for bgp_notify_send() where 0Donatas Abraitis2019-11-101-2/+3
* Merge pull request #4861 from NaveenThanikachalam/logsLou Berger2019-09-171-1/+1
|\
| * BGP: Rectifying the log messages.Naveen Thanikachalam2019-09-101-1/+1
* | Merge pull request #4809 from martonksz/masterQuentin Young2019-09-091-5/+4
|\ \
| * | bgpd: hook for bgp peer status change eventsMarton Kun-Szabo2019-08-131-5/+4
| |/
* | Merge pull request #4925 from ddutt/masterDonald Sharp2019-09-041-3/+4
|\ \
| * | bgpd: Fixes to error message printed for failed peeringsDinesh G Dutt2019-09-031-3/+4
* | | lib: add frr_with_mutex() block-wrapperDavid Lamparter2019-09-031-8/+2
|/ /
* | bgpd: Add a new command to only show failed peeringsDinesh G Dutt2019-09-021-2/+8
* | bgpd: Fix nexthop reg for IPv4 route exchange using GUA IPv6 peeringvivek2019-08-191-12/+24
|/
* bgpd: add & use bgp packet dump hookDavid Lamparter2019-07-031-3/+5
* bgpd: Update an fsm debug messageDonald Sharp2019-05-291-3/+9