summaryrefslogtreecommitdiffstats
path: root/staticd (unfollow)
Commit message (Expand)AuthorFilesLines
2023-02-06bgpd: Add more context in logs about from where to where routes are leakedDonatas Abraitis1-2/+6
2023-02-06bgpd: Drop struct bgp from vpn_leak_to_vrf_withdraw()Donatas Abraitis3-15/+11
2023-02-06tests: Check if `route-map vpn import` basic funtionality works fineDonatas Abraitis4-0/+188
2023-02-06babeld: Fix filtering against all interfacesYuxiang Zhu1-2/+5
2023-02-02bgpd: Don't try to recursively hold peer io mutexDonald Sharp1-6/+7
2023-02-02bgpd: Convert evpn output to not pretty print jsonDonald Sharp1-8/+7
2023-02-02lib, bgpd: Add ability to specify that some json output should not be prettyDonald Sharp3-2/+28
2023-02-01bgpd: Set attr to NULL when passing NLRI_UPDATE with treat-as-withdrawDonatas Abraitis1-1/+2
2023-02-01vtysh: Schedule shell access for deprecationDonald Sharp2-1/+5
2023-02-01tests: add missing printf attributeDavid Lamparter1-0/+1
2023-02-01tests: yank asprintfrr duplicateDavid Lamparter1-65/+43
2023-02-01lib: fix one more b0rked format stringDavid Lamparter1-1/+1
2023-02-01bgpd/rfapi: add missing printf attributeDavid Lamparter1-1/+2
2023-02-01lib: apply more `printf` attributesDavid Lamparter2-4/+7
2023-01-31tools: add GotoXref vim scriptDavid Lamparter1-0/+41
2023-01-31bgpd: ecommunity_token_rt6 is not handledDonald Sharp1-1/+1
2023-01-31tests: Use JSON camelCase naming for testsDonatas Abraitis27-326/+326
2023-01-31tests: Fix wrong tgen.stop_topology() calls which got skippedMartin Winter4-4/+4
2023-01-31tests: zebra_rib remove a sleepDonald Sharp1-1/+10
2023-01-31zebra: Send nht resolved entry up to concerned protocols in all casesDonald Sharp1-3/+6
2023-01-31doc: Define why my pull request was closedDonatas Abraitis1-0/+14
2023-01-31doc: Add a documentation about commit conventionsDonatas Abraitis1-0/+13
2023-01-31tools: Add commit linterDonatas Abraitis2-0/+63
2023-01-31doc: Write a short introduction about squashing commitsDonatas Abraitis1-0/+13
2023-01-31*: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis9-146/+4
2023-01-30tests: Topotests fix for deleting wrong pidfileMartin Winter1-5/+6
2023-01-30bgpd: Vanish FQDN capability hostname/domainname before handling new BGP OPENDonatas Abraitis1-10/+8
2023-01-30bgpd: Free peer's hostname (aka FQDN capability stuff)Donatas Abraitis1-0/+1
2023-01-30tests: Check if we vanish hostname/domainname if disabled from another sideDonatas Abraitis3-12/+93
2023-01-30bgpd: bgp_update and bgp_withdraw never return failuresDonald Sharp6-138/+89
2023-01-30pimd: v6 intentionally turned off route-maps. Turn it on.Donald Sharp1-1/+1
2023-01-28tests: Super simple babel testDonald Sharp10-0/+539
2023-01-28babeld: During intf startup, ignore address already in useDonald Sharp1-9/+9
2023-01-28babeld: The function is already a pointerDonald Sharp1-1/+1
2023-01-27bgpd: move tunnel-ip comparison into handlerTrey Aspelund1-6/+8
2023-01-27bgpd: only unimport routes if tunnel-ip changesTrey Aspelund3-11/+32
2023-01-27build: enable format string warningsDavid Lamparter1-0/+2
2023-01-27bfdd: fix size_t format stringDavid Lamparter1-1/+1
2023-01-27bgpd: fix silly format string SNAFUDavid Lamparter1-2/+2
2023-01-27bgpd: fix format string mess in AS-path printingDavid Lamparter3-14/+9
2023-01-27lib: literal constant format string for termtableDavid Lamparter1-5/+4
2023-01-27*: fix non-const northbound XPath format stringsDavid Lamparter9-41/+36
2023-01-27*: no-warn pragmas for non-const format stringsDavid Lamparter9-0/+66
2023-01-27*: apply proper format string attributesDavid Lamparter13-53/+87
2023-01-26lib: Remove global variable exposure `struct host host`Donald Sharp2-5/+2
2023-01-26watchfrr: dmn variable shadows previous declarationDonald Sharp1-7/+4
2023-01-26zebra: i declaration shadows other i declaredDonald Sharp1-4/+5
2023-01-26lib: Forward declaration of a struct does not need to have data typeDonald Sharp1-1/+1
2023-01-25lib: Remove dead codeDonald Sharp2-25/+0
2023-01-25zebra: Remove impossible to use functionDonald Sharp1-25/+1