summaryrefslogtreecommitdiffstats
path: root/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib: fix on-match when added to existing route-map entryAlexander Chernavin2023-07-131-0/+10
* Merge pull request #13691 from LabNConsulting/aceelindem/ospf-opaque-interfac...Russ White2023-07-111-0/+1
|\
| * ospfd: Configurable interface-level 'capability opaque' supportAcee2023-06-281-0/+1
* | Merge pull request #13947 from opensourcerouting/feature/bgpd_show_version_if...Russ White2023-07-111-4/+4
|\ \
| * | bgpd: Fix `show bgp summary wide` alignmentDonatas Abraitis2023-07-071-4/+4
* | | Merge pull request #13333 from donaldsharp/vrf_bitmap_cleanupDonatas Abraitis2023-07-043-43/+69
|\ \ \ | |/ / |/| |
| * | *: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp2023-06-263-43/+69
* | | lib: Add two places we were not counting route-map appliedDonald Sharp2023-07-031-0/+5
* | | lib: add dynamic array typeChristian Hopps2023-06-283-0/+479
* | | mgmtd: remove unused "placeholder" code.Christian Hopps2023-06-282-33/+1
* | | mgmtd: consolidate getcfg and getdata msgs into "get"Christian Hopps2023-06-285-182/+70
* | | Merge pull request #13722 from fdumontet6WIND/color_extcommDonatas Abraitis2023-06-272-0/+8
|\ \ \ | |/ / |/| |
| * | bgpd: add colored extended communities supportFrancois Dumontet2023-06-262-0/+8
* | | lib: add notifications for opaque zapi messagesMark Stapp2023-06-233-2/+173
* | | lib, zebra: include source client zapi info in opaque messagesMark Stapp2023-06-233-64/+95
* | | mgmtd: KISS the locking codeChristian Hopps2023-06-197-98/+124
* | | lib: mgmtd: use short-circuit for lockingChristian Hopps2023-06-184-74/+104
* | | lib: mgmtd: re-purpose is_short_circuit and fix depth variable inc/decChristian Hopps2023-06-182-5/+9
|/ /
* | Merge pull request #13766 from LabNConsulting/chopps/mgmtd-cleanupIgor Ryzhov2023-06-133-13/+13
|\ \
| * | lib: mgmtd: simplify implicit commit codeChristian Hopps2023-06-123-13/+13
| |/
* | Merge pull request #13768 from LabNConsulting/chopps/mgmt-better-logsIgor Ryzhov2023-06-137-36/+78
|\ \
| * | lib: mgmtd: improvements in logging and commentaryChristian Hopps2023-06-137-36/+78
* | | Merge pull request #13764 from LabNConsulting/chopps/robust1Igor Ryzhov2023-06-131-66/+62
|\ \ \ | |/ / |/| |
| * | lib: mgmtd: make error handling more robustChristian Hopps2023-06-121-66/+62
| |/
* | lib: mgmtd: fix/stdize debug message macrosChristian Hopps2023-06-122-2/+2
* | lib: mgmtd: session create and destroy both short-circuitChristian Hopps2023-06-121-4/+1
* | lib: mgmtd: avoid recursion with vty_close and add error logChristian Hopps2023-06-121-1/+11
|/
* lib: close config files after reading (coverity)Christian Hopps2023-06-061-0/+4
* mgmtd: rm unused/unneeded code add couple commentsChristian Hopps2023-06-052-3/+5
* 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