summaryrefslogtreecommitdiffstats
path: root/tests/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Treat withdraw variable as a boolDonald Sharp2023-04-061-2/+2
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-247-7/+7
* *: Convert thread_master_XXX functions to event_master_XXXDonald Sharp2023-03-246-8/+8
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-247-7/+7
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-1/+1
* tests: Check if peer->af_flags can be higher than uint32_tDonatas Abraitis2023-02-232-0/+10
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-214-36/+169
|\
| * tests: add unit tests to bgp aspath to check as dot formatPhilippe Guibert2023-02-101-33/+161
| * bgpd: aspath list format binds on as-notation formatPhilippe Guibert2023-02-101-3/+3
| * bgpd: add as-notation keyword to 'router bgp' vty commandPhilippe Guibert2023-02-103-6/+6
| * lib, bgp: add initial support for asdot formatPhilippe Guibert2023-02-101-0/+2
| * bgpd: store the bgp as identifier in the configured as-notationPhilippe Guibert2023-02-103-3/+6
* | tests: Cover all enum values for unit testsDonatas Abraitis2023-02-201-17/+10
* | Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-178-120/+8
|\ \
| * | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-098-120/+8
| |/
* | bgpd: Add BGP Software Version CapabilityDonatas Abraitis2023-02-151-0/+12
* | tests: Increase flags from uint32_t to uint64_tDonatas Abraitis2023-02-151-2/+2
|/
* tests: yank asprintfrr duplicateDavid Lamparter2023-02-011-65/+43
* bgpd: Add RFC9234 implementationEugene Bogomazov2022-06-172-0/+32
* *: Fix doesnt spelling mistakesDonald Sharp2022-05-071-1/+1
* tests: Correctly align variable type in testsDonald Sharp2022-04-275-5/+5
* bgpd: Check for NULL inside aspath_unintern()Donatas Abraitis2022-02-091-8/+4
* *: rework renaming the default VRFIgor Ryzhov2021-12-215-5/+5
* Merge pull request #10046 from donaldsharp/bgp_instance_delDavid Lamparter2021-11-151-2/+2
|\
| * bgpd: Add vrf information to best path debuggingDonald Sharp2021-11-121-2/+2
* | build: break up tests/subdir.amDavid Lamparter2021-11-111-0/+82
|/
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-1/+1
* tests: Fix make check builds on some bsd variantsDonald Sharp2021-09-161-1/+1
* bgpd: Add `neighbor PEER link-bw-encoding-ieee`Donatas Abraitis2021-08-301-1/+1
* Revert "tests/bgpd: initialized candidate_config to vtysh"Igor Ryzhov2021-08-031-1/+1
* Revert "tests: add bgp yang module registery to attr test"Igor Ryzhov2021-08-031-17/+1
* Merge pull request #8945 from ton31337/fix/check_only_ebgp_peerDonald Sharp2021-07-061-15/+43
|\
| * tests: Treat as withdraw if AS-PATH contains 0 within the pathDonatas Abraitis2021-06-291-15/+43
* | tests: fix build warningIgor Ryzhov2021-06-291-0/+1
|/
* northbound: KISS always batch yang config (file read), it's fasterChristian Hopps2021-06-021-2/+4
* lib: adapt to version 2 of libyangChristian Hopps2021-05-131-1/+2
* bgpd: rework BGP_MAX_PACKET_SIZE & friendsQuentin Young2021-05-063-5/+5
* tests: Use BGP Extended Message lengthDonatas Abraitis2021-03-033-4/+5
* tests: tests for bgpd listing on multiple addressesAdriano Marto Reis2021-01-116-6/+7
* bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFIDonald Sharp2020-11-151-39/+34
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-4/+1
* *: reformat python fileswhitespace2020-10-077-214/+246
* tests: add bgp yang module registery to attr testChirag Shah2020-10-031-1/+12
* tests/bgpd: initialized candidate_config to vtyshChirag Shah2020-10-031-1/+1
* *: record transaction based on control flagChirag Shah2020-08-201-1/+1
* *: un-split strings across linesDavid Lamparter2020-07-141-114/+11
* bgp: rename bgp_node to bgp_destDonald Sharp2020-06-232-14/+14
* bgpd: fix rpki revalidation for invalid announcementsMarcel Röthke2020-06-152-55/+44
* tests: fix size confusionDavid Lamparter2020-04-281-1/+1
* Merge pull request #5451 from opensourcerouting/rcu-logSantosh P K2020-04-161-3/+1
|\