summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: support for as notation format for route distinguisherPhilippe Guibert2023-02-103-6/+18
* bgpd: the neighbor as are displayed with as-notation modePhilippe Guibert2023-02-101-0/+4
* bgpd: modify bgp as number outputPhilippe Guibert2023-02-102-0/+16
* bgpd: aspath list format binds on as-notation formatPhilippe Guibert2023-02-102-0/+79
* bgpd: add as-notation keyword to 'router bgp' vty commandPhilippe Guibert2023-02-102-9/+44
* lib, bgp: add initial support for asdot formatPhilippe Guibert2023-02-1011-2/+220
* lib: Free dnode before returning if YANG translator model is already loadedDonatas Abraitis2023-02-091-0/+1
* lib: Release memory of YANG translation module on errorDonatas Abraitis2023-02-091-6/+7
* Merge pull request #12730 from louis-6wind/fix-ext-te-metricsOlivier Dugeon2023-02-091-1/+1
|\
| * lib: fix traffic engineering extended maskLouis Scalbert2023-02-021-1/+1
* | Merge pull request #12707 from donaldsharp/missed_enumsDonatas Abraitis2023-02-0716-47/+148
|\ \
| * | lib: Add missing enum's to switch statementDonald Sharp2023-01-3114-35/+117
| * | lib: Add missing enum's to northbound.cDonald Sharp2023-01-311-11/+27
| * | lib: Adding missing string to switch statement in mlag.cDonald Sharp2023-01-311-1/+4
* | | lib, bgpd: Add ability to specify that some json output should not be prettyDonald Sharp2023-02-022-1/+18
| |/ |/|
* | lib: fix one more b0rked format stringDavid Lamparter2023-02-011-1/+1
* | lib: apply more `printf` attributesDavid Lamparter2023-02-012-4/+7
|/
* 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