]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: replace ospf6_lsa_header_end()
authorAndrew Cooks <acooks.at.bda@gmail.com>
Fri, 19 Jul 2024 03:04:05 +0000 (13:04 +1000)
committerAndrew Cooks <acooks.at.bda@gmail.com>
Mon, 16 Sep 2024 08:38:16 +0000 (18:38 +1000)
commit1b64893e237399988998ad76799dd2ddcc4cbf8b
treea4df6f5df24aa0dd8a2ab990c9958d41954da57b
parent1290a06f5fcae26bdf941f0aedda20150ab01ba3
ospf6d: replace ospf6_lsa_header_end()

The void * return type of the replacement enables the removal of a
cast at every point of use, and the name no longer suggests that it
points to the last byte of the header.

Signed-off-by: Andrew Cooks <acooks.at.bda@gmail.com>
ospf6d/ospf6_abr.c
ospf6d/ospf6_asbr.c
ospf6d/ospf6_gr.c
ospf6d/ospf6_intra.c
ospf6d/ospf6_lsa.c
ospf6d/ospf6_lsa.h
ospf6d/ospf6_lsdb.c
ospf6d/ospf6_message.c
ospf6d/ospf6_nssa.c
ospf6d/ospf6_spf.c