]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: fpm_listener allow continued operation
authorDonald Sharp <sharpd@nvidia.com>
Thu, 30 Jan 2025 14:02:44 +0000 (09:02 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 31 Jan 2025 20:05:40 +0000 (15:05 -0500)
commite71d29983aadea858ffa7c1fb6812c164c1e05f7
treeeaae8aa82c9b88a7dab2437a7930b8884f955054
parentb2fc167978189238e045d719e11202ab303d2f59
zebra: fpm_listener allow continued operation

In fpm_listener, when a error is detected it would
stop listening and not recover.  Modify the code
to close the socket and allow the connection to
recover.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/fpm_listener.c