aboutsummaryrefslogtreecommitdiffstats
path: root/proto/bgp/packets.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ky/bgp-fix-timer-jitter' into rheKazuki Yamaguchi2024-05-071-7/+7
|\
| * BGP: Do not apply jitter to HoldTimerky/bgp-fix-timer-jitterKazuki Yamaguchi2024-01-311-7/+7
* | BGP: Update SendHoldTimer BGP Error codeJob Snijders2024-02-181-2/+2
* | BGP: Increase max length of notification data in error logsOndrej Zajicek2024-02-061-2/+2
|/
* BGP: Send hold timerKaterina Kubecova2023-12-051-1/+16
* BGP: Add options to require BGP capabilitiesOndrej Zajicek2023-11-231-2/+36
* BGP: Simplify capability handlingOndrej Zajicek2023-11-231-5/+24
* BGP: Add MPLS supportOndrej Zajicek2023-10-041-3/+2
* Nest: Expand rte_src.private_id to u64Ondrej Zajicek2023-10-021-1/+1
* BGP config: Splitting Route Refresh and Enhanced Route RefreshMaria Matejka2023-09-271-1/+1
* Nest: Treat VRF interfaces as inside respective VRFsOndrej Zajicek2023-08-231-1/+1
* Merge branch 'bmp'Ondrej Zajicek2023-08-221-33/+51
|\
| * BMP: Improve peer_down handlingOndrej Zajicek2023-08-221-3/+5
| * BMP: Simplify route monitoring hooksOndrej Zajicek2023-08-011-13/+6
| * BMP: Support multiple instances of BMP protocolOndrej Zajicek2023-06-081-8/+13
| * BGP: Improve bgp_create_update_bmp()Ondrej Zajicek2023-05-301-3/+12
| * BMP: Use OPEN messages stored in BGPOndrej Zajicek2023-05-011-9/+3
| * BGP: Save sent and received OPEN messagesOndrej Zajicek2023-05-011-1/+16
* | BGP: Update RFC referenceOndrej Zajicek2023-08-221-3/+3
* | BGP: Fix role check when no capability option is presentOndrej Zajicek2023-05-191-7/+11
|/
* BMP: Allow build without BMP and disable BMP build by defaultOndrej Zajicek2023-04-181-0/+6
* BMP: Remove duplicate functions for update encodingOndrej Zajicek (work)2023-04-161-321/+89
* BMP protocol supportPawel Maslanka2023-04-161-2/+350
* BGP: Update RFC referencesOndrej Zajicek2023-02-191-3/+3
* BGP: Add received role value to role mismatch log messageOndrej Zajicek2023-01-201-2/+8
* Nest: Fix several issues with pflagsOndrej Zajicek2023-01-011-1/+0
* BGP: Log unacceptable hold time as decimal numberOndrej Zajicek2022-12-101-2/+2
* BGP: Improve handling of hold and keepalive timersOndrej Zajicek2022-12-091-2/+18
* BGP: Add option 'next hop prefer global'Ondrej Zajicek2022-10-101-1/+2
* BGP: Some fixes related to VRF and MPLS interactionsOndrej Zajicek2022-10-031-0/+12
* BGP: Do not assume that all channels are struct bgp_channelOndrej Zajicek2022-10-031-2/+2
* Merge branch 'master' into backportOndrej Zajicek2022-07-241-1/+45
|\
| * BGP: Implement BGP rolesEugene Bogomazov2022-07-111-1/+45
* | BGP uses lp_save / lp_restore instead of linpool flushingMaria Matejka2022-04-061-2/+12
* | Eattr flags (originated and fresh) get their own struct fieldsMaria Matejka2022-04-061-1/+1
* | Merge commit '60880b539b8886f76961125d89a265c6e1112b7a' into haugesundMaria Matejka2022-03-091-2/+0
|\ \
| * | BGP: Moved the suppressed and stale flags to pflagsMaria Matejka2021-10-131-2/+0
* | | BGP Flowspec validation: Removed in-route optimization for multithreading com...Maria Matejka2022-03-091-6/+0
* | | Merge commit '5cff1d5f' into haugesundMaria Matejka2022-03-091-3/+2
|\| |
| * | Route: moved rte_src pointer from rta to rteMaria Matejka2021-10-131-3/+1
| * | Preference moved to RTA and set explicitly in protocolsMaria Matejka2021-10-131-0/+1
* | | Replacing BGP temporary linpools by the common temporary linpoolMaria Matejka2022-03-021-2/+2
| |/ |/|
* | Merge branch 'oz-trie-table'Ondrej Zajicek (work)2022-02-061-0/+28
|\ \
| * | BGP: Implement flowspec validation procedureOndrej Zajicek (work)2022-02-061-0/+28
| |/
* | BGP: Make routing loops silentOndrej Zajicek (work)2022-01-281-1/+1
* | BGP: Use proper class in attribute error messagesOndrej Zajicek (work)2022-01-281-5/+8
* | BGP: Improve 'invalid next hop' error reportingOndrej Zajicek (work)2022-01-281-11/+17
* | BGP: Log route updates that were changed to withdrawsOndrej Zajicek (work)2022-01-241-1/+7
|/
* BGP: Ensure that freed neighbor entry is not accessedOndrej Zajicek (work)2021-06-011-1/+2
* BGP: Add support for BGP hostname capabilityVincent Bernat2021-02-101-0/+41