]> git.proxmox.com Git - mirror_frr.git/commit
ospfd: Rework ospf_read_packet into 2 functions
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 19 Nov 2019 13:09:56 +0000 (08:09 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 19 Nov 2019 13:09:56 +0000 (08:09 -0500)
commit0263751346afe9e9924caca33e0afdf2d92d552b
tree044d3982afc3fa5b7993e9b1f49a0ed269b98950
parent4392cc43379c79b2ac601d4f38a30d8505b5b54d
ospfd: Rework ospf_read_packet into 2 functions

The indentation level for ospf_read was starting to be pretty
extremene.  Rework into 2 functions for improved readability.

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