On Wed, 3 Aug 2016, Martin Winter wrote:
This is with the latest proposed 8 (ft-2016080301 - commit 76dd32350)When I start vtysh I get the following messages: dut:~# vtysh Multiple command installs to node 4 of command: list
I haven’t seen this before and it happens with all config disabled (just running zebra and bgpd).
Any thoughts where this is coming from?
From:dc36f29a86e / 'lib: keep hash of node's commands to detect duplicate installs'
which follows from Donald's clean-up to automatically have install_element install commands to ENABLE_NODE when installed to VIEW_NODE (so commands aren't accidently missed from ENABLE).
The above patch prints out any installs that are duplicated, e.g. to ENABLE_NODE because of Donald's change, so we can clean those up.
(These messages are not the breakage of the routing protocol, but at least annoying)
Yeah, they're meant to be. We can disable it for a release though. Useful for moment to help catch stuff that needs cleaning up.
I don't know enough about vtysh to figure out how to stop it. regards, -- Paul Jakma | [email protected] | @pjakma | Key ID: 0xD86BF79464A2FF6A Fortune: When you're ready to give up the struggle, who can you surrender to?
_______________________________________________ Quagga-dev mailing list [email protected] https://lists.quagga.net/mailman/listinfo/quagga-dev
