summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADDDonald Sharp2023-09-1013-266/+232
* bgpd: peer_established should be connection orientedDonald Sharp2023-09-1017-97/+108
* bgpd: make bgp_keepalives_on|off connection orientedDonald Sharp2023-09-104-17/+21
* bgpd: bgp_open_send is connection oriented not peer orientedDonald Sharp2023-09-103-10/+9
* bgpd: convert bgp_stop_with_notify to connection basedDonald Sharp2023-09-101-5/+8
* bgpd: make bgp_timer_set use a peer_connection insteadDonald Sharp2023-09-104-60/+57
* bgpd: bgp_notify_send use peer_connection instead of peerDonald Sharp2023-09-099-162/+197
* bgpd: move t_pmax_restart to peer_connectionDonald Sharp2023-09-095-11/+11
* bgpd: move t_generate_updgrp_packets into peer_connectionDonald Sharp2023-09-095-12/+16
* bgpd: move t_gr_restart and _stale into peer_connectionDonald Sharp2023-09-095-46/+54
* bgpd: move t_routeadv to peer_connectionDonald Sharp2023-09-095-31/+37
* bgpd: t_connect_check_r and w move to peer connectionDonald Sharp2023-09-093-18/+19
* bgpd: t_holdtime move to peer_connectionDonald Sharp2023-09-092-18/+18
* bgpd: move t_start into peer_connectionDonald Sharp2023-09-094-19/+22
* bgpd: move t_delayopen from peer to peer_connectionDonald Sharp2023-09-092-13/+13
* bgpd: t_connect conversion from peer to peer_connectDonald Sharp2023-09-093-26/+31
* bgpd: Remove BGP_EVENT_FLUSH and just use event_cancel_event_readyDonald Sharp2023-09-093-9/+3
* Merge pull request #14377 from mjstapp/nl_rule_valid_actionDonatas Abraitis2023-09-091-0/+24
|\
| * zebra: ignore iprule requests for unsupported actionsMark Stapp2023-09-081-0/+24
* | Merge pull request #14360 from opensourcerouting/fix/as_path_no_prependQuentin Young2023-09-071-18/+2
|\ \
| * | bgpd: Fix `no set as-path prepend` command for BGPDonatas Abraitis2023-09-061-18/+2
* | | Merge pull request #14358 from donaldsharp/tc_possible_crashDonatas Abraitis2023-09-071-2/+6
|\ \ \
| * | | zebra: Prevent Null pointer derefDonald Sharp2023-09-061-2/+6
| | |/ | |/|
* | | Merge pull request #14357 from donaldsharp/no_need_anymoreDavid Lamparter2023-09-061-6/+0
|\ \ \ | |_|/ |/| |
| * | *: Remove unused configure optionDonald Sharp2023-09-051-6/+0
* | | Merge pull request #14261 from Keelan10/ospfd-memleakDonald Sharp2023-09-061-2/+11
|\ \ \
| * | | ospfd: fix area range memory leakKeelan102023-09-051-2/+11
* | | | Merge pull request #14225 from opensourcerouting/bug/topostest_grpcDonald Sharp2023-09-061-12/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | topotest: Command using wrong python versionRodrigo Nardi2023-08-301-12/+1
* | | | Merge pull request #14344 from opensourcerouting/freebsd-printf-sync-20230903Donald Sharp2023-09-066-10/+36
|\ \ \ \
| * | | | lib/printf: update READMEDavid Lamparter2023-09-031-3/+3
| * | | | tests: exercise `%b` printfrr format specifierDavid Lamparter2023-09-031-0/+3
| * | | | tools/gcc-plugins: allow ISO C23 `%b`David Lamparter2023-09-031-1/+1
| * | | | lib/printf: Implement N2630.Dag-Erling Smørgrav2023-09-032-0/+27
| * | | | lib/printf: Remove $FreeBSD$: two-line .h patternWarner Losh2023-09-032-4/+0
| * | | | lib/printf: drop "All rights reserved" from Foundation copyrightsEd Maste2023-09-032-2/+2
* | | | | Merge pull request #14349 from opensourcerouting/fix/update_doc_for_dockerJafar Al-Gharaibeh2023-09-061-3/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | doc: Reuse $TAG for git checkout when building Docker imagesDonatas Abraitis2023-09-051-3/+3
* | | | | Merge pull request #14285 from opensourcerouting/feature/graceful_restart_dyn...Russ White2023-09-056-5/+362
|\ \ \ \ \
| * | | | | bgpd: Print a hostname also for GR logs under dynamic capabilityDonatas Abraitis2023-08-301-8/+6
| * | | | | bgpd: Make sure we have enough data to read restart time and flags for GR capDonatas Abraitis2023-08-301-0/+7
| * | | | | tests: Check if GR settings can be changed via BGP dynamic capabilitiesDonatas Abraitis2023-08-303-0/+177
| * | | | | doc: GR restart time, notifcation flag can be changed via BGP dynamic capDonatas Abraitis2023-08-301-3/+6
| * | | | | bgpd: Handle Graceful-Restart capability with dynamic capabilityDonatas Abraitis2023-08-302-2/+174
| | |_|/ / | |/| | |
* | | | | Merge pull request #14341 from opensourcerouting/fix/bgpd_BGP_ATTR_PMSI_TUNNE...Russ White2023-09-051-0/+2
|\ \ \ \ \
| * | | | | bgpd: Treat as4-path (17) attribute as withdraw if malformedDonatas Abraitis2023-09-011-0/+1
| * | | | | bgpd: Treat PMSI tunnel attribute as withdrawn if malformedDonatas Abraitis2023-09-011-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #14318 from raja-rajasekar/frr_dev1Russ White2023-09-053-20/+48
|\ \ \ \ \
| * | | | | zebra: Fix zebra crash when replacing NHE during shutdownRajasekar Raja2023-08-313-20/+48
* | | | | | Merge pull request #14234 from Pdoijode/pdoijode/frr-bgp-nexthop-find-fix-1Russ White2023-09-054-3/+84
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |