summaryrefslogtreecommitdiff
path: root/proto/bgp
AgeCommit message (Expand)Author
2023-12-04BGP: Tunnel Encapsulation attributeMikael Magnusson
2023-10-05BGP: Improve custom BGP attributesOndrej Zajicek
2023-10-04BGP: Custom attribute definitions should use cfg_alloc(), not malloc()Ondrej Zajicek
2023-10-04BGP, L3VPN: Fix MPLS channel reloadOndrej Zajicek
2023-10-04BGP: Add MPLS supportOndrej Zajicek
2023-10-02Nest: Expand rte_src.private_id to u64Ondrej Zajicek
2023-09-27BGP config: Splitting Route Refresh and Enhanced Route RefreshMaria Matejka
2023-09-20BGP: Setting and unsetting unknown attributeskaterina.kubecova
2023-09-12Conf: config warnings show the file positionMaria Matejka
2023-09-12Conf: Symbol manipulation gets its context explicitlyMaria Matejka
2023-08-25Conf: Allow keywords to be redefined by user symbolsOndrej Zajicek
2023-08-23Nest: Treat VRF interfaces as inside respective VRFsOndrej Zajicek
2023-08-22Merge branch 'bmp'Ondrej Zajicek
2023-08-22BGP: Update RFC referenceOndrej Zajicek
2023-08-22BMP: Improve peer_down handlingOndrej Zajicek
2023-08-18BMP: Refactor route monitoringOndrej Zajicek
2023-08-01BMP: Simplify route monitoring hooksOndrej Zajicek
2023-06-08BMP: Support multiple instances of BMP protocolOndrej Zajicek
2023-05-30BGP: Improve bgp_create_update_bmp()Ondrej Zajicek
2023-05-19BGP: Fix role check when no capability option is presentOndrej Zajicek
2023-05-01BMP: Use OPEN messages stored in BGPOndrej Zajicek
2023-05-01BGP: Save sent and received OPEN messagesOndrej Zajicek
2023-04-27Conf: Improve handling of keywordsOndrej Zajicek
2023-04-18BMP: Allow build without BMP and disable BMP build by defaultOndrej Zajicek
2023-04-16BMP: Remove duplicate functions for update encodingOndrej Zajicek (work)
2023-04-16BMP: Minor cleanupsOndrej Zajicek (work)
2023-04-16BMP protocol supportPawel Maslanka
2023-04-14BGP: Add 'allow bgp_med' option for EBGP sessionsTrisha Biswas
2023-04-04BGP: Fix bgp_med handlingOndrej Zajicek
2023-03-16BGP: Free bind applies also to outbound connectionsMaria Matejka
2023-02-19BGP: Update RFC referencesOndrej Zajicek
2023-01-20BGP: Add received role value to role mismatch log messageOndrej Zajicek
2023-01-03BGP: Allow role specific keywords to be used as symbolsOndrej Zajicek
2023-01-01Nest: Fix several issues with pflagsOndrej Zajicek
2022-12-10BGP: Log unacceptable hold time as decimal numberOndrej Zajicek
2022-12-09BGP: Improve handling of hold and keepalive timersOndrej Zajicek
2022-10-10BGP: Add option 'next hop prefer global'Ondrej Zajicek
2022-10-03BGP: Some fixes related to VRF and MPLS interactionsOndrej Zajicek
2022-10-03BGP: Do not assume that all channels are struct bgp_channelOndrej Zajicek
2022-08-18Simplified the protocol hookup code in MakefilesMaria Matejka
2022-07-24Merge branch 'master' into backportOndrej Zajicek
2022-07-12BGP: Minor improvements to BGP rolesOndrej Zajicek
2022-07-11BGP: Implement BGP rolesEugene Bogomazov
2022-07-11Merge commit 'beb5f78a' into backportMaria Matejka
2022-06-27Preexport callback now takes the channel instead of protocol as argumentMaria Matejka
2022-05-30Merge remote-tracking branch 'origin/master' into haugesund-to-2.0Maria Matejka
2022-05-21BGP: Display neighbor port on show protocolOndrej Zajicek
2022-05-15BGP: Improve tx performance during feed/flushOndrej Zajicek
2022-04-06BGP uses lp_save / lp_restore instead of linpool flushingMaria Matejka
2022-04-06BGP: Fixed LLGR depreferencing in bgp_rte_mergableMaria Matejka