]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add a function handler for zserv commands
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 11 Oct 2017 12:58:02 +0000 (08:58 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 23 Oct 2017 22:09:23 +0000 (18:09 -0400)
commit0c5e7be5b3702a4e1e1320c99786956a8e4d4e35
treedf41033b1161ce65b76204a467bd00b519213889
parent6680688cf2fc5f60135a49e9960e49b713fa7333
zebra: Add a function handler for zserv commands

The zserv command handlers make an already long function
even longer.  Isolate this code so that we can rearrange
the zebra_client_read function.

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