]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: correctly protect packet debugs in ospf6_write
authorPat Ruddy <pat@voltanet.io>
Fri, 25 Jun 2021 09:10:31 +0000 (10:10 +0100)
committerPat Ruddy <pat@voltanet.io>
Sat, 26 Jun 2021 10:16:19 +0000 (11:16 +0100)
commita91f9d699cd469aafb3a89d7156f84daaf3a76e5
tree97dbc295e28e8d217c2198bec38ce8d3dc8a7137
parent0dd5ec1297fc60c6264213e61defa5164717701d
ospf6d: correctly protect packet debugs in ospf6_write

Some unprotected debugs need to have macro protection,
Split these into the existing covering macro section to remove
a check per-packet from the main path.

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