summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #13652 from opensourcerouting/fix/drop_old_releases_from_t...Donald Sharp2023-06-011-9/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | doc: Update reference table for current and upcoming release datesDonatas Abraitis2023-05-311-9/+9
| |/ / /
* | | | Merge pull request #13450 from patrasar/mld_coreDonatas Abraitis2023-06-011-3/+5
|\ \ \ \ | |/ / / |/| | |
| * | | pim6d: Fix crash in ipv6 pim commandSarita Patra2023-05-301-3/+5
| | |/ | |/|
* | | Merge pull request #13632 from LabNConsulting/chopps/mgmt-avoid-raceDonald Sharp2023-05-312-42/+9
|\ \ \
| * | | mgmtd: fix possible race btw read config and backend connectionChristian Hopps2023-05-302-42/+9
* | | | Merge pull request #13639 from opensourcerouting/ospf-timestamp-truncationDonald Sharp2023-05-314-4/+5
|\ \ \ \
| * | | | ospfd, ospf6d: fix time_t truncationRenato Westphal2023-05-314-4/+5
| | |_|/ | |/| |
* | | | Merge pull request #13634 from yyuanam/fix_bgp_coreDonatas Abraitis2023-05-311-0/+4
|\ \ \ \
| * | | | bgpd: fix bgpd core when unintern attrYuan Yuan2023-05-311-0/+4
| |/ / /
* | | | Merge pull request #13635 from donaldsharp/give_ping_a_chanceJafar Al-Gharaibeh2023-05-311-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | tests: Actually loop if ping failsDonald Sharp2023-05-301-1/+2
|/ / /
* | | Merge pull request #13631 from donaldsharp/fix_some_ping_issuesDonatas Abraitis2023-05-304-4/+15
|\ \ \
| * | | lib, zebra: Ensure that the ifp->node existsDonald Sharp2023-05-282-0/+4
| * | | pimd: When doing json output do not output non-json stringsDonald Sharp2023-05-281-2/+2
| * | | tests: Allow ping to run multiple times before failingDonald Sharp2023-05-281-2/+9
| | |/ | |/|
* | | Merge pull request #13601 from opensourcerouting/build-yang-embed-20230525Donald Sharp2023-05-302-2/+7
|\ \ \
| * | | ripd: embed BFD YANG modelsDavid Lamparter2023-05-251-0/+1
| * | | mgmtd: embed necessary YANG modelsDavid Lamparter2023-05-251-2/+6
* | | | Merge pull request #13588 from sri-mohan1/srib-ldpd1mobash-rasool2023-05-301-54/+49
|\ \ \ \ | |_|_|/ |/| | |
| * | | ldpd: changes for code maintainabilitysri-mohan12023-05-231-54/+49
* | | | Merge pull request #13414 from LabNConsulting/chopps/no-mgmtd-nowrite-on-offDonald Sharp2023-05-3049-2530/+2921
|\ \ \ \ | |_|_|/ |/| | |
| * | | zebra: use ifindex vs ifp to avoid use-after-free on shutdownChristian Hopps2023-05-302-7/+17
| * | | zebra: avoid unneeded vxlan work on shutdownChristian Hopps2023-05-301-1/+3
| * | | tests: add unified config testsChristian Hopps2023-05-308-197/+311
| * | | mgmtd: address review commentsChristian Hopps2023-05-304-14/+8
| * | | mgmtd: fix clang uninit warningChristian Hopps2023-05-301-1/+3
| * | | tests: add some more mgmtd testsChristian Hopps2023-05-308-0/+418
| * | | mgmtd: cleanup BE xpath subscription and matching codeChristian Hopps2023-05-305-241/+261
| * | | lib: mgmtd: fix memleaksChristian Hopps2023-05-303-2/+7
| * | | lib: mgmtd: add manual vty server start option and use itChristian Hopps2023-05-306-21/+44
| * | | lib: mgmtd: fixes for startup config file processingChristian Hopps2023-05-305-51/+136
| * | | mgmtd: Add note to SETCFG_REQ and debug loggingChristian Hopps2023-05-301-2/+11
| * | | mgmtd: simplify early config build removing unused codeChristian Hopps2023-05-304-181/+74
| * | | mgmtd: fix reading of config file[s]Christian Hopps2023-05-308-86/+211
| * | | lib: enable short circuit for FE client/adapter connectionChristian Hopps2023-05-282-3/+17
| * | | staticd: remove connect notify function, not neededChristian Hopps2023-05-281-3/+8
| * | | mgmtd: lib: cleanup error and debug messagesChristian Hopps2023-05-285-272/+316
| * | | mgmtd: lib: move INIT to after client registersChristian Hopps2023-05-282-0/+11
| * | | mgmtd: send reply to SUBSCR_REQ with success or notChristian Hopps2023-05-281-9/+35
| * | | lib: add short-circuit operation between same processChristian Hopps2023-05-286-36/+162
| * | | lib: mgmtd: add a identifying tag to the debug messageChristian Hopps2023-05-284-10/+12
| * | | lib: dont be tricky with session_id just make it a session_idChristian Hopps2023-05-285-292/+239
| * | | mgmtd: fix cleanup of cleanup in FE adapter codeChristian Hopps2023-05-281-48/+41
| * | | mgmtd: eliminate unused stateChristian Hopps2023-05-283-5/+1
| * | | mgmtd: cleanup/fix BE adapter deletion codeChristian Hopps2023-05-281-37/+38
| * | | mgmtd: convert BE/FE adapter to use allocated connectionsChristian Hopps2023-05-284-47/+42
| * | | lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps2023-05-2814-742/+387
| * | | lib: msg: refactor common connection code from mgmtdChristian Hopps2023-05-2810-396/+437
| * | | lib: mgmt msg: add version to messagesChristian Hopps2023-05-286-33/+46