summaryrefslogtreecommitdiffstats
path: root/tests/bgpd/test_mp_attr.c (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-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
|/
* 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
* tests: refactor Prefix-SID binary syntaxHiroki Shirokura2020-02-141-6/+13
* bgpd: refactor func prototype arround Prefix-SIDHiroki Shirokura2020-02-141-1/+1
* bgpd: fix missing bounds checks for psid attrQuentin Young2020-01-031-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/+2
* *: add a vrf update hook to be informed of the vrf namePhilippe Guibert2018-08-281-1/+1
* tests: Add a prefix-sid testDonald Sharp2018-05-031-3/+35
* tests: Fix crash in test_mp_attrDonald Sharp2018-04-251-0/+4
* tests: add flowspec test with BGP MP_REACH/UNREACHPhilippe Guibert2018-03-301-1/+40
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* tests: fix warnings by removing dead codeRenato Westphal2018-02-021-91/+0
* tests: add name to test_mp_attr threadmasterQuentin Young2017-11-301-1/+1
* tests: update tests for bgp_packet changesQuentin Young2017-11-301-5/+9
* lib/bgpd: introduce the iana_safi_t enumRenato Westphal2017-08-011-1/+1
* Revert "*: reindent pt. 2"David Lamparter2017-07-221-85/+73
* *: reindent pt. 2whitespace / reindent2017-07-171-73/+85
* *: reindentreindent-master-afterwhitespace / reindent2017-07-171-704/+1054
* 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: fix bgp print in testsPhilippe Guibert2017-02-141-1/+0
* tests: update bgp_nlri_parse function usage in bgp testingPhilippe Guibert2017-02-141-2/+2
* tests: reorganize tests hierarchicallyChristian Franke2017-02-081-0/+786