summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #12687 from opensourcerouting/build-mkdir-pMark Stapp2023-01-311-0/+2
|\
| * build: consistently mkdir -p output for redirectDavid Lamparter2023-01-241-0/+2
* | Merge pull request #12695 from opensourcerouting/format-warningsDonald Sharp2023-01-3117-80/+148
|\ \
| * | lib: literal constant format string for termtableDavid Lamparter2023-01-271-5/+4
| * | *: fix non-const northbound XPath format stringsDavid Lamparter2023-01-274-24/+25
| * | *: no-warn pragmas for non-const format stringsDavid Lamparter2023-01-275-0/+40
| * | *: apply proper format string attributesDavid Lamparter2023-01-278-51/+79
| |/
* | lib: Remove global variable exposure `struct host host`Donald Sharp2023-01-262-5/+2
* | lib: Forward declaration of a struct does not need to have data typeDonald Sharp2023-01-261-1/+1
* | lib: Remove dead codeDonald Sharp2023-01-252-25/+0
* | Merge pull request #12670 from louis-6wind/fix-bfd-zclientRafael Zalamena2023-01-242-90/+12
|\ \ | |/ |/|
| * lib: remove concurrent nexthop zapi (un)registrationLouis Scalbert2023-01-242-32/+0
| * lib: do not reopen a zclient socket for bfdLouis Scalbert2023-01-242-64/+18
* | Merge pull request #12682 from opensourcerouting/time-csRuss White2023-01-242-0/+39
|\ \
| * | *: introduce function for sequence numbersRafael Zalamena2023-01-202-0/+39
* | | Merge pull request #12634 from anlancs/fix/lib-seq-adjust-return-valueRuss White2023-01-241-19/+45
|\ \ \ | |_|/ |/| |
| * | lib: fix wrong returned value for filteranlan_cs2023-01-171-19/+45
* | | Merge pull request #12651 from opensourcerouting/fix/revert_bgp_orrDonald Sharp2023-01-194-102/+0
|\ \ \
| * | | Revert "lib: BGP registration with IGP for BGP ORR rSPF calc"Donatas Abraitis2023-01-174-95/+0
| * | | Revert "ospfd: few fixes in rSPF calc when LSA received from non root node"Donatas Abraitis2023-01-171-5/+1
| * | | Revert "bgpd, ospfd: update BGP when routes are removed from OSPF routing table"Donatas Abraitis2023-01-171-3/+0
* | | | lib: remove dead logic codeRafael Zalamena2023-01-191-2/+1
| |_|/ |/| |
* | | Merge pull request #12657 from anlancs/fix/lib-debug-empty-ipDonatas Abraitis2023-01-191-1/+1
|\ \ \
| * | | lib: show "(null)" for empty IP addressanlan_cs2023-01-191-1/+1
| | |/ | |/|
* | | Merge pull request #12648 from opensourcerouting/gmtime-fixMark Stapp2023-01-171-3/+4
|\ \ \ | |_|/ |/| |
| * | lib: fix gmtime_assafe potential issuesRafael Zalamena2023-01-171-3/+4
* | | Merge pull request #12636 from opensourcerouting/fix/bgp_accept-own_connected...Russ White2023-01-172-0/+15
|\ \ \
| * | | lib: add a function to get the VRF or loopback interfaceLouis Scalbert2023-01-152-0/+15
| |/ /
* | | lib,staticd: BFD integration CLI commandsRafael Zalamena2023-01-131-0/+7
* | | lib: BFD integration clean up functionRafael Zalamena2023-01-131-0/+37
* | | lib: BFD automatic source selectionRafael Zalamena2023-01-132-0/+431
|/ /
* | Revert "Merge pull request #11127 from louis-6wind/bgp-leak"Donald Sharp2023-01-132-17/+1
* | lib/clippy: fix symbol validity checkDavid Lamparter2023-01-061-1/+1
* | lib: disable xref ELF note on mips64elDavid Lamparter2023-01-061-1/+12
|/
* lib: fix display cputime-warning and walltime-warningDmitrii Turlupov2022-12-281-2/+2
* Merge pull request #11127 from louis-6wind/bgp-leakRuss White2022-12-272-1/+17
|\
| * lib: fix clang warningLouis Scalbert2022-12-161-1/+2
| * lib: add a function to get the VRF or loopback interfaceLouis Scalbert2022-12-162-0/+15
* | Merge pull request #12533 from donaldsharp/returns_are_neededMark Stapp2022-12-161-0/+4
|\ \
| * | lib, staticd: return values even after an assertDonald Sharp2022-12-161-0/+4
| |/
* | lib: Fix free functionDonald Sharp2022-12-151-1/+8
* | lib, tests, zebra: Remove unused workqueue error functionDonald Sharp2022-12-152-12/+0
* | lib: On shutdown, disable snmp from workingDonald Sharp2022-12-152-0/+14
* | lib: Convert agentx_enabled to a boolDonald Sharp2022-12-152-5/+5
|/
* lib: fix ls_prefix memory allocationLouis Scalbert2022-12-131-1/+1
* lib: fix capability double resource allocationRafael Zalamena2022-12-121-12/+27
* lib: Hide list macros in linklist.cDonald Sharp2022-12-092-31/+31
* lib: fix zlog command types tableMark Stapp2022-12-081-7/+18
* lib: use specific MTYPE for interface descriptionsMark Stapp2022-12-021-4/+5
* Merge pull request #12397 from opensourcerouting/vscode-introDonald Sharp2022-12-012-16/+39
|\