summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* 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
|\
| * lib: handle visual studio code C/C++ extensionRafael Zalamena2022-11-282-16/+39
* | lib: Do not log `echo PING` commands from watchfrrDonald Sharp2022-11-261-1/+2
|/
* Merge pull request #12317 from mobash-rasool/ospf-fixesRuss White2022-11-241-0/+1
|\
| * ospfd: Fix RFC conformance test cases 25.19 and 27.6Mobashshera Rasool2022-11-211-0/+1
* | lib: disable vrf before terminating interfacesStephen Worley2022-11-221-0/+1
* | Merge pull request #12311 from opensourcerouting/feature/bgp_snmp_bgp4v2-mibRuss White2022-11-221-2/+8
|\ \
| * | bgpd: Implement SNMP BGP4V2-MIB (bgp4V2PeerEntry)Donatas Abraitis2022-11-141-2/+8
* | | zebra: traffic control ZAPISiger Yang2022-11-222-0/+97
* | | zebra: traffic control state managementSiger Yang2022-11-223-0/+241
* | | lib, vtysh: Allow watchfrr to receive start/end linesDonald Sharp2022-11-211-8/+4
| |/ |/|