]> git.puffer.fish Git - matthieu/frr.git/commit
ospf6d: Use appropriate integer size and more context for reason strings
authorDonald Sharp <sharpd@nvidia.com>
Tue, 21 Sep 2021 11:52:54 +0000 (07:52 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Tue, 21 Sep 2021 11:53:30 +0000 (07:53 -0400)
commitd0606e0a8595f93bafe4d897dfd819d3de2c0ca8
treec90271fdc75ed6181c9ea856b64da0b691982d8d
parentf0a477719266cdfa7d22ba0f9240af03fc10aeff
ospf6d: Use appropriate integer size and more context for reason strings

The ospfv3 spf reason strings are just presented internally in the code
without any real context.  Give a tiny bit more useful information for
the developer and convert the integer to a uint32_t

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
ospf6d/ospf6_spf.c