summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_fsm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bgpd: do not unregister bfd session when bgp session goes downPhilippe Guibert2019-05-141-2/+0
* bgpd: improve reconnection mechanism by cancelling connect timersPhilippe Guibert2019-04-181-2/+1
* bgpd: Don't prevent views from being able to connectDonald Sharp2019-03-061-2/+4
* bgpd: Creating Loopback Interface Flaps BGPd (#2865)root2018-11-191-0/+20
* bgpd: make name of default vrf/bgp instance consistentDon Slice2018-10-311-4/+6
* *: spelchekDavid Lamparter2018-10-251-1/+1
* bgpd: Do a bit better job of tracking the bgp->peerhashDonald Sharp2018-10-081-0/+9
* bgpd: Try to notice when configuration changes during startupDonald Sharp2018-10-011-0/+14
* *: style for EC replacementsQuentin Young2018-09-131-10/+9
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-3/+3
* bgpd: BGP_[WARN|ERR] -> EC_BGPQuentin Young2018-09-131-10/+10
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-13/+13
* bgpd: Convert to using LIB_ERR_XXX where possibleDonald Sharp2018-08-141-3/+4