summaryrefslogtreecommitdiffstats
path: root/tests/bgpd/test_capability.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: Adopt tests for AS4 handlingDonatas Abraitis2024-01-161-0/+1
* build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-1/+1
* bgpd: bgp_packet pass connection aroundDonald Sharp2023-09-101-1/+1
* bgpd: Convert `struct peer_connection` to dynamically allocatedDonald Sharp2023-08-181-1/+2
* bgpd: Move status and ostatus to `struct peer_connection`Donald Sharp2023-08-181-1/+1
* *: Convert `struct event_master` to `struct event_loop`Donald Sharp2023-03-241-1/+1
* *: Convert thread_master_XXX functions to event_master_XXXDonald Sharp2023-03-241-1/+1
* *: Convert struct thread_master to struct event_master and it's ilkDonald Sharp2023-03-241-1/+1
* Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White2023-02-211-1/+2
|\
| * bgpd: add as-notation keyword to 'router bgp' vty commandPhilippe Guibert2023-02-101-2/+2
| * bgpd: store the bgp as identifier in the configured as-notationPhilippe Guibert2023-02-101-1/+2
* | *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-16/+1
|/
* bgpd: Add RFC9234 implementationEugene Bogomazov2022-06-171-0/+29
* tests: Correctly align variable type in testsDonald Sharp2022-04-271-1/+1
* *: rework renaming the default VRFIgor Ryzhov2021-12-211-1/+1
* bgpd: rework BGP_MAX_PACKET_SIZE & friendsQuentin Young2021-05-061-1/+1
* tests: Use BGP Extended Message lengthDonatas Abraitis2021-03-031-1/+1
* tests: tests for bgpd listing on multiple addressesAdriano Marto Reis2021-01-111-1/+1
* bgpd: use new defaults system (v2)David Lamparter2019-12-061-1/+1
* bgpd: Add ability to set tcp socket buffer sizeDonald Sharp2019-10-161-1/+1
* tests: update tests for pthread init changesQuentin Young2019-09-161-0/+1
* lib: remove frr_pthread->idDavid Lamparter2018-09-191-1/+1
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* build: wrap "fallthrough" attrDavid Lamparter2018-08-211-1/+1
* tests: Let compiler know this was an intentionall fallthroughDonald Sharp2018-07-251-0/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* tests: fix warnings related to afi/safi constantsRenato Westphal2018-02-021-15/+14
* tests: make tests happy for pthread changesQuentin Young2018-01-241-1/+5
* bgpd, tests: comment formattingQuentin Young2017-11-301-5/+5
* tests: update tests for bgp_packet changesQuentin Young2017-11-301-10/+22
* bgpd: dynamically allocate synchronization primitivesQuentin Young2017-11-301-0/+1
* tests: fix small typoRenato Westphal2017-08-011-1/+1
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-355/+407
* *: reindent pt. 2whitespace / reindent2017-07-171-407/+355
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-625/+875
* lib: more `show thread cpu`Quentin Young2017-06-301-1/+1
* Merge pull request #537 from donaldsharp/vrf_stuffDavid Lamparter2017-05-171-1/+1
|\
| * tests: Fix vrf_init to have correct callDonald Sharp2017-05-161-1/+1
* | *: make consistent & update GPLv2 file headersDavid Lamparter2017-05-151-4/+3
|/
* *: add frr_init() infrastructureDavid Lamparter2017-03-071-1/+1
* tests: reorganize tests hierarchicallyChristian Franke2017-02-081-0/+701