summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #13681 from LabNConsulting/chopps/bad-abstract2Donald Sharp2023-06-052-292/+137
|\
| * lib: mgmtd: remove abstraction layer and other cleanupChristian Hopps2023-06-042-292/+137
* | lib: mgmtd: remove obfuscating abstraction layer and other cleanupChristian Hopps2023-06-043-468/+292
|/
* lib: fix vtysh core when handling questionmarkYuan Yuan2023-05-311-2/+6
* Merge pull request #13631 from donaldsharp/fix_some_ping_issuesDonatas Abraitis2023-05-301-0/+1
|\
| * lib, zebra: Ensure that the ifp->node existsDonald Sharp2023-05-281-0/+1
* | mgmtd: address review commentsChristian Hopps2023-05-301-3/+1
* | mgmtd: fix clang uninit warningChristian Hopps2023-05-301-1/+3
* | lib: mgmtd: fix memleaksChristian Hopps2023-05-302-0/+2
* | lib: mgmtd: add manual vty server start option and use itChristian Hopps2023-05-304-19/+39
* | lib: mgmtd: fixes for startup config file processingChristian Hopps2023-05-305-51/+136
* | mgmtd: fix reading of config file[s]Christian Hopps2023-05-305-69/+182
* | lib: enable short circuit for FE client/adapter connectionChristian Hopps2023-05-282-3/+17
* | mgmtd: lib: cleanup error and debug messagesChristian Hopps2023-05-281-52/+62
* | mgmtd: lib: move INIT to after client registersChristian Hopps2023-05-281-0/+6
* | lib: add short-circuit operation between same processChristian Hopps2023-05-284-27/+151
* | lib: mgmtd: add a identifying tag to the debug messageChristian Hopps2023-05-282-4/+6
* | lib: dont be tricky with session_id just make it a session_idChristian Hopps2023-05-284-254/+195
* | lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps2023-05-282-12/+188
* | lib: msg: refactor common connection code from mgmtdChristian Hopps2023-05-287-390/+432
* | lib: mgmt msg: add version to messagesChristian Hopps2023-05-284-27/+40
* | lib: remove write-on-off, just requeue to the back of the queueChristian Hopps2023-05-284-90/+5
|/
* Merge pull request #13555 from LabNConsulting/aceelindem/ospf-p2mp-delayed-re...Russ White2023-05-231-0/+1
|\
| * ospfd: OSPF P2MP Delayed Reflooding configurationAcee2023-05-221-0/+1
* | Merge pull request #13556 from donaldsharp/token_to_descRuss White2023-05-232-8/+7
|\ \
| * | lib, mgmtd: Use short memory names so they fit within vty outputDonald Sharp2023-05-201-3/+2
| * | lib: Fix overlapping memory typeDonald Sharp2023-05-201-5/+5
| |/
* / lib: va_end must be calledDonald Sharp2023-05-221-1/+5
|/
* Merge pull request #13369 from samanvithab/bgpd_fixDonatas Abraitis2023-05-181-6/+33
|\
| * lib : fix duplicate prefix list deleteSamanvitha B Bhargav2023-05-091-6/+33
* | Merge pull request #12949 from opensourcerouting/ospf-unplanned-grRuss White2023-05-161-0/+1
|\ \
| * | ospfd, ospf6d: introduce the "graceful-restart hello-delay" commandRenato Westphal2023-05-091-0/+1
* | | Merge pull request #12050 from LabNConsulting/working/lb/topotest-220909David Lamparter2023-05-161-13/+31
|\ \ \
| * | | lib: when running as a daemon, only redirect sdtin, stdout, sdterr to null wh...Lou Berger2023-05-111-13/+31
| |/ /
* / / bgpd: Implement `match source-protocol` for route-mapsDonatas Abraitis2023-05-112-2/+7
|/ /
* | Merge pull request #13413 from chiragshah6/fdev2Mark Stapp2023-05-082-0/+12
|\ \
| * | zebra: re-install nhg on interface upAshwini Reddy2023-05-052-0/+12
| |/
* / lib: log commands read from config fileChristian Hopps2023-05-043-9/+18
|/
* Merge pull request #13376 from louis-6wind/fix-flex-algo-mem-leakRuss White2023-05-022-22/+45
|\
| * isisd, lib: clarify sizeof on flex-algo memory allocationLouis Scalbert2023-04-271-2/+3
| * isisd, lib: fix flex-algo database memory leak at area destructionLouis Scalbert2023-04-272-0/+15
| * lib: dispatch flex_algo_delete()Louis Scalbert2023-04-271-8/+14
| * lib: move flex_algo_delete() just after flex_algo_alloc()Louis Scalbert2023-04-271-19/+19
| * lib: clarify flex-algo mtypeLouis Scalbert2023-04-271-2/+3
* | Merge pull request #13404 from louis-6wind/fix-flex-algo-race-conditionRuss White2023-05-022-0/+36
|\ \
| * | lib: fix comparaison of flex-algo definitionLouis Scalbert2023-04-281-0/+6
| * | isisd: fix disabled flex-algo on race conditionLouis Scalbert2023-04-282-0/+30
| |/
* | Merge pull request #13235 from Orange-OpenSource/link-stateRuss White2023-05-021-6/+10
|\ \
| * | lib: Fix memory leak in in Link StateOlivier Dugeon2023-04-211-5/+6
| * | lib: Link State memory corruptionOlivier Dugeon2023-04-211-1/+4