summaryrefslogtreecommitdiffstats
path: root/tests/bgpd (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: add flag to have libyang load internal ietf-yang-library moduleChristian Hopps2024-10-071-1/+1
* bgpd: Cleanup multipath figuring out in bgpDonald Sharp2024-10-013-503/+0
* lib: rework debug initIgor Ryzhov2024-08-271-0/+2
* bgpd: add bgp_labels hashLouis Scalbert2024-06-052-0/+4
* bgpd: add [no]neighbor capability fqdn commandFrancois Dumontet2024-02-022-0/+8
* tests: Adopt tests for AS4 handlingDonatas Abraitis2024-01-162-5/+6
* *: zebra.h should not have fcntl.hDonald Sharp2024-01-091-0/+1
* Merge pull request #14661 from opensourcerouting/feature/enable_enforce_first...Russ White2023-10-312-6/+0
|\
| * bgpd: Enable `enforce-first-as` by defaultDonatas Abraitis2023-10-272-6/+0
* | bgpd: Drop unnecessary unit test for software-version capabilityDonatas Abraitis2023-10-261-7/+0
* | tests: Drop broken unit test for extended-nexthop capabilityDonatas Abraitis2023-10-261-7/+0
|/
* build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-1/+1
* Revert "lib: register bgp link-state afi/safi"Donald Sharp2023-10-101-2/+0
* Merge pull request #12649 from louis-6wind/bgp-link-stateRuss White2023-09-261-0/+2
|\
| * lib: register bgp link-state afi/safiLouis Scalbert2023-09-181-0/+2
* | tests: replace ctime with ctime_rMark Stapp2023-09-191-1/+2
|/
* bgpd: bgp_packet pass connection aroundDonald Sharp2023-09-101-1/+1
* bgpd: Convert from struct bgp_node to struct bgp_destYuqing Zhao2023-08-221-9/+10
* bgpd: Convert `struct peer_connection` to dynamically allocatedDonald Sharp2023-08-184-7/+11
* bgpd: Move status and ostatus to `struct peer_connection`Donald Sharp2023-08-183-3/+3
* bgpd: Move t_write and t_read into `struct peer_connection`Donald Sharp2023-08-181-1/+1
* bgpd: Start abstraction of `struct peer_connection`Donald Sharp2023-08-182-3/+3
* 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