summaryrefslogtreecommitdiff
path: root/proto
AgeCommit message (Expand)Author
2023-08-29BFD: Improve handling of AdminDownOndrej Zajicek
2023-08-25Conf: Allow keywords to be redefined by user symbolsOndrej Zajicek
2023-08-25RPKI: Fix conflict in config grammarOndrej Zajicek
2023-08-24Conf: Use nonterminal bytestring instead of BYTETEXTOndrej Zajicek
2023-08-24Filter: Add bytestring typeAlexander Zubkov
2023-08-23Nest: Treat VRF interfaces as inside respective VRFsOndrej Zajicek
2023-08-22Merge branch 'bmp'Ondrej Zajicek
2023-08-22Use more proper pointers to constant bytestringsAlexander Zubkov
2023-08-22BGP: Update RFC referenceOndrej Zajicek
2023-08-22BMP: Improve peer_down handlingOndrej Zajicek
2023-08-21BMP: Use generic channel feed instead of direct walk over rtableOndrej Zajicek
2023-08-18BMP: Fix route timestampsOndrej Zajicek
2023-08-18BMP: Refactor route monitoringOndrej Zajicek
2023-08-01BMP: Remove useless bufferOndrej Zajicek
2023-08-01BMP: Simplify route monitoring hooksOndrej Zajicek
2023-06-26RAdv: Use new syntax for custom optionsAlexander Zubkov
2023-06-23RAdv: Add custom optionsAlexander Zubkov
2023-06-08BMP: Ensure that bmp_fire_tx() does nothing when not upOndrej Zajicek
2023-06-08BMP: Support multiple instances of BMP protocolOndrej Zajicek
2023-06-02Babel: Minor changes to RTT formattingOndrej Zajicek
2023-06-02Babel: Add support for the RTT extensionToke Høiland-Jørgensen
2023-05-31BMP: Fix bug in buffer resizeOndrej Zajicek
2023-05-31BMP: Proper reconfiguration and protocol statusOndrej Zajicek
2023-05-30BMP: Add station address checkOndrej Zajicek
2023-05-30BMP: Add local address optionMichal Zagorski
2023-05-30BMP: Minor formatting cleanupsOndrej 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-20BMP: Silence some log messagesOndrej Zajicek
2023-04-20BMP: Fix connection managementOndrej Zajicek
2023-04-18BMP: Fix reconfigurationOndrej Zajicek
2023-04-18BMP: Allow build without BMP and disable BMP build by defaultOndrej Zajicek
2023-04-18BMP: Move initialization to bmp_start()Ondrej Zajicek
2023-04-18BMP: Fix missing templateOndrej Zajicek
2023-04-16BMP: Add some missing bmp_buffer_free() callsOndrej Zajicek (work)
2023-04-16BMP: Remove duplicate functions for update encodingOndrej Zajicek (work)
2023-04-16BMP: Integrate bmp_conn to bmp_protoOndrej Zajicek (work)
2023-04-16BMP: Minor cleanupsOndrej Zajicek (work)
2023-04-16BMP: Do not use global instance ptr internallyOndrej Zajicek (work)
2023-04-16BMP: Remove superfluous error handlingOndrej 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-02-19Babel: Update RFC referencesOndrej Zajicek
2023-02-14Babel: Keep separate auth PC counters for unicast and multicastToke Høiland-Jørgensen