]> git.puffer.fish Git - matthieu/frr.git/commit
bfdd: fix nb cli show with defaults
authorIgor Ryzhov <iryzhov@nfware.com>
Mon, 12 Apr 2021 11:17:30 +0000 (14:17 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 12 Apr 2021 11:21:36 +0000 (14:21 +0300)
commit613bcbc5d594528f9bb0db8b7d1950594c0632de
treee86db6602c763719ab4568cd887d8ea9525b8663
parent8435eae7bb059df82a886ef03a30c5dd620a21df
bfdd: fix nb cli show with defaults

The idea of the "with-defaults" flag is to show the default values for
parameters that were not configured by the user. But bfdd incorrectly
shows the default values for all parameters, including the
user-configured ones.

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