summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2023-11-30bgpd: Free Memory for SRv6 Functions and Locator ChunksKeelan10
2023-11-28lib,vtysh: fix show route map JSON outputRafael Zalamena
2023-10-30lib: mgmt_msg: fix a valgrind memleakChristian Hopps
2023-10-03lib: don't announce prefix delete for duplicatesRafael Zalamena
2023-10-03Revert "lib : fix duplicate prefix list delete"Rafael Zalamena
2023-10-01lib: Lower precedence for ASNUM_TKN when using together with IPV4/IPV6_TKNDonatas Abraitis
2023-09-28vty: fix working in file-lock modeIgor Ryzhov
2023-09-28vty: fix configure terminal argument descriptionsIgor Ryzhov
2023-08-15lib: Allow unsetting walltime-warning and cpu-warningDonatas Abraitis
2023-08-11lib, zebra: Fix EVPN nexthop config orderXiao Liang
2023-08-02lib: Do not use time_t as a special Lua encoder/decoderDonatas Abraitis
2023-07-16vtysh: track and fix file-lock use in the workaround from 2004Christian Hopps
2023-07-16lib: mgmtd: only clear pending for the in-progress commandChristian Hopps
2023-07-16Merge pull request #13887 from FRRouting/mergify/bp/dev/9.0/pr-13866Jafar Al-Gharaibeh
2023-07-15lib: add dynamic array typeChristian Hopps
2023-07-14lib: fix on-match when added to existing route-map entryAlexander Chernavin
2023-07-04lib: Add two places we were not counting route-map appliedDonald Sharp
2023-06-29mgmtd: remove unused "placeholder" code.Christian Hopps
2023-06-29mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps
2023-06-25mgmtd: KISS the locking codeChristian Hopps
2023-06-25lib: mgmtd: use short-circuit for lockingChristian Hopps
2023-06-25lib: mgmtd: re-purpose is_short_circuit and fix depth variable inc/decChristian Hopps
2023-06-24lib: mgmtd: improvements in logging and commentaryChristian Hopps
2023-06-23lib: mgmtd: simplify implicit commit codeChristian Hopps
2023-06-23lib: mgmtd: make error handling more robustChristian Hopps
2023-06-22lib: mgmtd: fix/stdize debug message macrosChristian Hopps
2023-06-22lib: mgmtd: session create and destroy both short-circuitChristian Hopps
2023-06-22lib: mgmtd: avoid recursion with vty_close and add error logChristian Hopps
2023-06-07lib: 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