]> git.proxmox.com Git - mirror_frr.git/commit - ospf6d/ospf6_message.c
ospf6d: fix debug message config write
authorIgor Ryzhov <iryzhov@nfware.com>
Wed, 26 May 2021 08:48:09 +0000 (11:48 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Wed, 26 May 2021 08:48:09 +0000 (11:48 +0300)
commitc9ac777a7ebde6ebf0f48d4d081907871a1c3cef
treee1e724ad6da6447f5aef0b400b6b8870a12389e1
parent63d00b52e785de478447e18f293631f3aa5ff142
ospf6d: fix debug message config write

Fix the following issues:
- if "send" is combined with "recv-hdr", only "send" is shown
- if "recv" is combined with "send-hdr", only "recv" is shown
- if both "send-hdr" and "recv-hdr" are enabled, "; header only" is shown

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
ospf6d/ospf6_message.c