]> git.puffer.fish Git - mirror/frr.git/commit
ospf6d: avoid writing dumb ospf6 info at startup 9909/head
authorPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 27 Oct 2021 14:45:05 +0000 (16:45 +0200)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Wed, 3 Nov 2021 10:48:55 +0000 (11:48 +0100)
commitf13d33ccd076e7e6c81dcf95ee032e63e29434c3
treea5b275b588daf69dfccafa712ec5517c3bb6802b
parent0051effcb151b803b4a8caa5d2f958485574dd24
ospf6d: avoid writing dumb ospf6 info at startup

in show: 'show ipv6 ospf6' handler command, the reason of SPF
executation is looked up and displayed. At startup, SPF has been
started, but shows no specific reason. Instead of dumping non
initialised string context, reset the string context.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
ospf6d/ospf6_spf.c