]> git.puffer.fish Git - mirror/frr.git/commit
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>
Thu, 3 Jun 2021 09:57:54 +0000 (10:57 +0100)
commit16c012e1e1901d376e0f096d536b7bc9515ea884
tree63c1052155993d196f05caf3c8bbb93ce93f8c92
parent216e66f52319e41a999ac9fbc6ea92820479ff68
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