]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_proto.h
ospf6d: Make ospf6_prefix have an empty v6 addr at end
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 10 Oct 2017 17:07:16 +0000 (13:07 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 11 Oct 2017 12:19:26 +0000 (08:19 -0400)
commitc0f76ddf14994b8c8a1e105ed39ff88bda808c68
treead98cd7d15c62c1c6d4665874358a1c41fa92e1d
parentce5643b120cf6853d0ded7652cb4036b0070cb42
ospf6d: Make ospf6_prefix have an empty v6 addr at end

The `struct ospf6_prefix` type expects to have space allocated
at the end of the structure for a v6 prefix.  So let's tell
the compiler that there might be more there.  This is to fix
a coverity scan warning.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
ospf6d/ospf6_proto.h