]> git.proxmox.com Git - mirror_frr.git/commit
isisd: fix display of "isis bfd" in the running configuration
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 23 Apr 2020 14:49:01 +0000 (11:49 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Thu, 23 Apr 2020 16:05:51 +0000 (13:05 -0300)
commit05e4ec3798a759e733f5c4ec7744daec771a22e1
treea1cec9025af514d3dfb6f9a22ee60029e911157a
parent37a816b3a10fd19c63da41a4291492171bed7766
isisd: fix display of "isis bfd" in the running configuration

Since this command is modeled using YANG, it's already displayed
as part of the call to nb_cli_show_dnode_cmds(). Calling the
'isis_circuit_config_write' hook was only making that command
to be displayed twice.

The aforementioned hook is still necessary for fabricd, which wasn't
converted to the new northbound model yet.

Fixes #6281.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
isisd/isis_bfd.c
isisd/isis_circuit.c
isisd/isis_circuit.h
isisd/isis_mt.c