summaryrefslogtreecommitdiffstats
path: root/vrrpd/vrrp.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-06-01bgpd: Fix typo in debug messageanlan_cs1-3/+3
2023-06-01tests: new mgmt_startup tests are failing due to insufficient timeDonald Sharp2-5/+5
2023-06-01eigrpd: dest_addr does not need to be set to NULLDonald Sharp1-3/+0
2023-06-01bgpd: vpn_policy_getafi can return AFI_MAXDonald Sharp1-0/+2
2023-06-01bgpd: blnc cannot be NULL at if statement timeDonald Sharp1-7/+6
2023-06-01zebra: Consolidate the stream_failure section with normal returnDonald Sharp1-2/+0
2023-06-01zebra: No need to set msg to NULLDonald Sharp1-2/+0
2023-06-01bgpd: community_list_set str is always non nullDonald Sharp2-8/+8
2023-06-01ldpd: changes for code maintainabilitysri-mohan11-39/+33
2023-05-31ospf6d: Prevent redundant LSA generation before interface goes downDavid Ward1-1/+0
2023-05-31lib: fix vtysh core when handling questionmarkYuan Yuan1-2/+6
2023-05-31doc: Update reference table for current and upcoming release datesDonatas Abraitis1-9/+9
2023-05-31mgmtd: xpath is already NULL in the failure pathDonald Sharp1-9/+2
2023-05-31bgpd: fix bgpd core when unintern attrYuan Yuan1-0/+4
2023-05-31ospfd, ospf6d: fix time_t truncationRenato Westphal4-4/+5
2023-05-30tests: Actually loop if ping failsDonald Sharp1-1/+2
2023-05-30mgmtd: fix possible race btw read config and backend connectionChristian Hopps2-42/+9
2023-05-30zebra: use ifindex vs ifp to avoid use-after-free on shutdownChristian Hopps2-7/+17
2023-05-30zebra: avoid unneeded vxlan work on shutdownChristian Hopps1-1/+3
2023-05-30tests: add unified config testsChristian Hopps8-197/+311
2023-05-30pim6d: Fix crash in ipv6 pim commandSarita Patra1-3/+5
2023-05-30mgmtd: address review commentsChristian Hopps4-14/+8
2023-05-30mgmtd: fix clang uninit warningChristian Hopps1-1/+3
2023-05-30tests: add some more mgmtd testsChristian Hopps8-0/+418
2023-05-30mgmtd: cleanup BE xpath subscription and matching codeChristian Hopps5-241/+261
2023-05-30lib: mgmtd: fix memleaksChristian Hopps3-2/+7
2023-05-30lib: mgmtd: add manual vty server start option and use itChristian Hopps6-21/+44
2023-05-30lib: mgmtd: fixes for startup config file processingChristian Hopps5-51/+136
2023-05-30mgmtd: Add note to SETCFG_REQ and debug loggingChristian Hopps1-2/+11
2023-05-30mgmtd: simplify early config build removing unused codeChristian Hopps4-181/+74
2023-05-30mgmtd: fix reading of config file[s]Christian Hopps8-86/+211
2023-05-28lib, zebra: Ensure that the ifp->node existsDonald Sharp2-0/+4
2023-05-28pimd: When doing json output do not output non-json stringsDonald Sharp1-2/+2
2023-05-28tests: Allow ping to run multiple times before failingDonald Sharp1-2/+9
2023-05-28lib: enable short circuit for FE client/adapter connectionChristian Hopps2-3/+17
2023-05-28staticd: remove connect notify function, not neededChristian Hopps1-3/+8
2023-05-28mgmtd: lib: cleanup error and debug messagesChristian Hopps5-272/+316
2023-05-28mgmtd: lib: move INIT to after client registersChristian Hopps2-0/+11
2023-05-28mgmtd: send reply to SUBSCR_REQ with success or notChristian Hopps1-9/+35
2023-05-28lib: add short-circuit operation between same processChristian Hopps6-36/+162
2023-05-28lib: mgmtd: add a identifying tag to the debug messageChristian Hopps4-10/+12
2023-05-28lib: dont be tricky with session_id just make it a session_idChristian Hopps5-292/+239
2023-05-28mgmtd: fix cleanup of cleanup in FE adapter codeChristian Hopps1-48/+41
2023-05-28mgmtd: eliminate unused stateChristian Hopps3-5/+1
2023-05-28mgmtd: cleanup/fix BE adapter deletion codeChristian Hopps1-37/+38
2023-05-28mgmtd: convert BE/FE adapter to use allocated connectionsChristian Hopps4-47/+42
2023-05-28lib: mgmtd: add server-side connection code to mgmt_msgChristian Hopps14-742/+387
2023-05-28lib: msg: refactor common connection code from mgmtdChristian Hopps10-396/+437
2023-05-28lib: mgmt msg: add version to messagesChristian Hopps6-33/+46
2023-05-28lib: remove write-on-off, just requeue to the back of the queueChristian Hopps9-178/+10