]> git.puffer.fish Git - mirror/frr.git/commit
isisd: fix running-config for fast-reroute 10166/head
authorIgor Ryzhov <iryzhov@nfware.com>
Fri, 3 Dec 2021 15:16:24 +0000 (18:16 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Fri, 3 Dec 2021 15:16:24 +0000 (18:16 +0300)
commit32931e1af8478c853b77f52f9119bec5764c38da
tree1909fdb952fae1f6707586fef6dea729fc3fbd43
parent22108570e3ba034c855aff140bababf231a66837
isisd: fix running-config for fast-reroute

YANG leaf means "enable" while CLI command is "disable".
So we should use "no" when the leaf is "true", not "false".

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