summaryrefslogtreecommitdiff
path: root/lib/thread.c
diff options
context:
space:
mode:
authorKaren Schoener <karen@volta.io>2020-03-06 10:33:40 -0500
committerKaren Schoener <karen@volta.io>2020-03-23 09:17:17 -0400
commit17da84a49dd665edf50d646d86e52cdf2c4c19b7 (patch)
tree011923776c9c4bf65c50e8296ce51de8434cf9cf /lib/thread.c
parent5d2724ec2564b648bf93dc7b164a1398cde3c214 (diff)
zebra: Synchronous client queues accumulate messages from zebra.
Zebra is currently sending messages on interface add/delete/update, VRF add/delete, and interface address change - regardless of whether its clients had requested them. This is problematic for lde and isis, which only listens to label chunk messages, and only when it is waiting for one (synchronous client). The effect is the that messages accumulate on the lde synchronous message queue. With this change: - Zebra does not send unsolicited messages to synchronous clients. - Synchronous clients send a ZEBRA_HELLO to zebra. The ZEBRA_HELLO contains a new boolean field: sychronous. - LDP and PIM have been updated to send a ZEBRA_HELLO for their synchronous clients. Signed-off-by: Karen Schoener <karen@voltanet.io>
Diffstat (limited to 'lib/thread.c')
0 files changed, 0 insertions, 0 deletions