]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Fix show run output to be correct.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Nov 2016 19:35:09 +0000 (14:35 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:17 +0000 (20:26 -0500)
commita23ee35b2b5baf2453a0f5a0f2a3f53b6469fc26
tree25fc62cad227b6ece296153590ea49ad1adfdee5
parentcf3cd99f5db25a54d568c8766548b8e15fb11b6f
pimd: Fix show run output to be correct.

When issuing a vtysh -m command it expects the
output it receives to be the complete command
not a partial match.

The 'debug pim packets joins' command
was being outputted as 'debug pim packets join'

This was making quagga-reload.py unhappy.  Adding
the joins word allows it to complete successfully

Ticket: CM-13805
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Daniel Walton <dwalton@cumulusnetworks.com>
pimd/pim_vty.c