]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Fixing Comments in MLAG Read scheduling Events
authorSatheesh Kumar K <sathk@cumulusnetworks.com>
Fri, 22 Nov 2019 04:33:42 +0000 (20:33 -0800)
committerSatheesh Kumar K <sathk@cumulusnetworks.com>
Fri, 22 Nov 2019 04:39:35 +0000 (20:39 -0800)
commit21a93a5f1b8c3ebd1f0c39a8eabd777d0788e384
tree9316450ab3f1169b34cce7c2ef4d49cfbf8d5379
parent1e76492b10844df77b64e7954b35f9a8ffc02e74
zebra: Fixing Comments in MLAG Read scheduling Events

Zebra MLAG is using "t_read" for multiple tasks, such as

1. For opening Communication channel with MLAG
2. In case conncetion fails, same event is used for retries
3. after the connection establishment, same event is used to
   read the data from MLAG

since all these taks will never schedule together, this will not
cause any issues.

Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
zebra/zebra_mlag_private.c
zebra/zebra_router.h