]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: Fix for 'no' + 'debug command' does not disable 'debug command'
authorVystoropskyi, Sergii <vistorop@amazon.com>
Sun, 16 Aug 2015 13:25:36 +0000 (13:25 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 9 Jun 2016 14:22:24 +0000 (10:22 -0400)
commitbb882a8651841d36cd923174408fb12493475005
tree48d8dd505ab5fe9a7d9a1ec52c2a6ce6e2af2cc8
parent16e56a14321c0690178816353373adac02d2c0b2
ospfd: Fix for 'no' + 'debug command' does not disable 'debug command'

"no debug ospf packet all detail" does not cancel "debug ospf packet all detail"
due to the code inconsistency in setting/unsetting debug flags.

* ospf_dump.c: added missing flags.
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
(cherry picked from commit b075e8728f650b0850e20fdf8dde467440a24b28)
ospfd/ospf_dump.c