]> git.puffer.fish Git - matthieu/frr.git/commit
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>
Thu, 27 May 2021 10:20:23 +0000 (13:20 +0300)
commitaf1b8b32b96a4b50bd10b10c48cf7b58129c33e2
tree3b886b3368de0e4edeb253a924a77f3d28c8b3b0
parent57076702901ca755b64a475d270f9e0614aa41c7
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