]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_message.c
ospf6d: create an ospf_read_helper function
authorPat Ruddy <pat@voltanet.io>
Wed, 3 Mar 2021 11:17:38 +0000 (11:17 +0000)
committerPat Ruddy <pat@voltanet.io>
Fri, 18 Jun 2021 08:40:42 +0000 (09:40 +0100)
commitec44732ea3e9a84639defc4f054e017f7087fe05
treedb79f8b8ea2987ccddd52f8ac96b314f6ee50538
parent161b567451593a7a176bc91b5aaafc53a578be75
ospf6d: create an ospf_read_helper function

Take the contents of ospf6_receive and split the funtionality that
deals with a single packet receipt and place it in a separate helper
function.
This is the first step in a refactor process to allow the ospf6_read
task to read until failure.

Signed-off-by: Pat Ruddy <pat@voltanet.io>
ospf6d/ospf6_message.c