summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-07-04Merge pull request #13333 from donaldsharp/vrf_bitmap_cleanupDonatas Abraitis
2023-07-03lib: Add two places we were not counting route-map appliedDonald Sharp
2023-06-27lib: add dynamic array typeChristian Hopps
2023-06-27mgmtd: remove unused "placeholder" code.Christian Hopps
2023-06-27mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps
2023-06-27Merge pull request #13722 from fdumontet6WIND/color_extcommDonatas Abraitis
2023-06-26*: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp
2023-06-26bgpd: add colored extended communities supportFrancois Dumontet
2023-06-23lib: add notifications for opaque zapi messagesMark Stapp
2023-06-23lib, zebra: include source client zapi info in opaque messagesMark Stapp
2023-06-19mgmtd: KISS the locking codeChristian Hopps
2023-06-18lib: mgmtd: use short-circuit for lockingChristian Hopps
2023-06-18lib: mgmtd: re-purpose is_short_circuit and fix depth variable inc/decChristian Hopps
2023-06-13Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanupIgor Ryzhov
2023-06-13Merge pull request #13768 from LabNConsulting/chopps/mgmt-better-logsIgor Ryzhov
2023-06-13Merge pull request #13764 from LabNConsulting/chopps/robust1Igor Ryzhov
2023-06-13lib: mgmtd: improvements in logging and commentaryChristian Hopps
2023-06-12lib: mgmtd: simplify implicit commit codeChristian Hopps
2023-06-12lib: mgmtd: make error handling more robustChristian Hopps
2023-06-12lib: mgmtd: fix/stdize debug message macrosChristian Hopps
2023-06-12lib: mgmtd: session create and destroy both short-circuitChristian Hopps
2023-06-12lib: mgmtd: avoid recursion with vty_close and add error logChristian Hopps
2023-06-06lib: close config files after reading (coverity)Christian Hopps
2023-06-05mgmtd: rm unused/unneeded code add couple commentsChristian Hopps
2023-06-05Merge pull request #13681 from LabNConsulting/chopps/bad-abstract2Donald Sharp
2023-06-04lib: mgmtd: remove abstraction layer and other cleanupChristian Hopps
2023-06-04lib: mgmtd: remove obfuscating abstraction layer and other cleanupChristian Hopps
2023-05-31lib: fix vtysh core when handling questionmarkYuan Yuan
2023-05-30Merge pull request #13631 from donaldsharp/fix_some_ping_issuesDonatas Abraitis
2023-05-30mgmtd: address review commentsChristian Hopps
2023-05-30mgmtd: fix clang uninit warningChristian Hopps
2023-05-30lib: mgmtd: fix memleaksChristian Hopps
2023-05-30lib: mgmtd: add manual vty server start option and use itChristian Hopps
2023-05-30lib: mgmtd: fixes for startup config file processingChristian Hopps
2023-05-30mgmtd: fix reading of config file[s]Christian Hopps
2023-05-28lib, zebra: Ensure that the ifp->node existsDonald Sharp
2023-05-28lib: enable short circuit for FE client/adapter connectionChristian Hopps
2023-05-28mgmtd: lib: cleanup error and debug messagesChristian Hopps
2023-05-28mgmtd: lib: move INIT to after client registersChristian Hopps
2023-05-28lib: add short-circuit operation between same processChristian Hopps
2023-05-28lib: mgmtd: add a identifying tag to the debug messageChristian Hopps
2023-05-28lib: dont be tricky with session_id just make it a session_idChristian Hopps
2023-05-28lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps
2023-05-28lib: msg: refactor common connection code from mgmtdChristian Hopps
2023-05-28lib: mgmt msg: add version to messagesChristian Hopps
2023-05-28lib: remove write-on-off, just requeue to the back of the queueChristian Hopps
2023-05-23Merge pull request #13555 from LabNConsulting/aceelindem/ospf-p2mp-delayed-re...Russ White
2023-05-23Merge pull request #13556 from donaldsharp/token_to_descRuss White
2023-05-22ospfd: OSPF P2MP Delayed Reflooding configurationAcee
2023-05-22lib: va_end must be calledDonald Sharp