summaryrefslogtreecommitdiff
path: root/tests/bgpd
AgeCommit message (Expand)Author
2023-10-11Revert "lib: register bgp link-state afi/safi"Donald Sharp
2023-09-26Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White
2023-09-19tests: replace ctime with ctime_rMark Stapp
2023-09-18lib: register bgp link-state afi/safiLouis Scalbert
2023-09-10bgpd: bgp_packet pass connection aroundDonald Sharp
2023-08-22bgpd: Convert from struct bgp_node to struct bgp_destYuqing Zhao
2023-08-18bgpd: Convert `struct peer_connection` to dynamically allocatedDonald Sharp
2023-08-18bgpd: Move status and ostatus to `struct peer_connection`Donald Sharp
2023-08-18bgpd: Move t_write and t_read into `struct peer_connection`Donald Sharp
2023-08-18bgpd: Start abstraction of `struct peer_connection`Donald Sharp
2023-04-06bgpd: Treat withdraw variable as a boolDonald Sharp
2023-03-24*: Convert `struct event_master` to `struct event_loop`Donald Sharp
2023-03-24*: Convert thread_master_XXX functions to event_master_XXXDonald Sharp
2023-03-24*: Convert struct thread_master to struct event_master and it's ilkDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-02-24tests: Check if peer->af_flags can be higher than uint32_tDonatas Abraitis
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-20tests: Cover all enum values for unit testsDonatas Abraitis
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-15bgpd: Add BGP Software Version CapabilityDonatas Abraitis
2023-02-15tests: Increase flags from uint32_t to uint64_tDonatas Abraitis
2023-02-10tests: add unit tests to bgp aspath to check as dot formatPhilippe Guibert
2023-02-10bgpd: aspath list format binds on as-notation formatPhilippe Guibert
2023-02-10bgpd: add as-notation keyword to 'router bgp' vty commandPhilippe Guibert
2023-02-10lib, bgp: add initial support for asdot formatPhilippe Guibert
2023-02-10bgpd: store the bgp as identifier in the configured as-notationPhilippe Guibert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-02-01tests: yank asprintfrr duplicateDavid Lamparter
2022-06-17bgpd: Add RFC9234 implementationEugene Bogomazov
2022-05-06*: Fix doesnt spelling mistakesDonald Sharp
2022-04-27tests: Correctly align variable type in testsDonald Sharp
2022-02-09bgpd: Check for NULL inside aspath_unintern()Donatas Abraitis
2021-12-21*: rework renaming the default VRFIgor Ryzhov
2021-11-15Merge pull request #10046 from donaldsharp/bgp_instance_delDavid Lamparter
2021-11-12bgpd: Add vrf information to best path debuggingDonald Sharp
2021-11-11build: break up tests/subdir.amDavid Lamparter
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-09-15tests: Fix make check builds on some bsd variantsDonald Sharp
2021-08-30bgpd: Add `neighbor PEER link-bw-encoding-ieee`Donatas Abraitis
2021-08-03Revert "tests/bgpd: initialized candidate_config to vtysh"Igor Ryzhov
2021-08-03Revert "tests: add bgp yang module registery to attr test"Igor Ryzhov
2021-07-06Merge pull request #8945 from ton31337/fix/check_only_ebgp_peerDonald Sharp
2021-06-29tests: Treat as withdraw if AS-PATH contains 0 within the pathDonatas Abraitis
2021-06-29tests: fix build warningIgor Ryzhov
2021-06-02northbound: KISS always batch yang config (file read), it's fasterChristian Hopps
2021-05-13lib: adapt to version 2 of libyangChristian Hopps
2021-05-06bgpd: rework BGP_MAX_PACKET_SIZE & friendsQuentin Young
2021-03-03tests: Use BGP Extended Message lengthDonatas Abraitis
2021-01-11tests: tests for bgpd listing on multiple addressesAdriano Marto Reis
2020-11-14bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFIDonald Sharp