]> git.puffer.fish Git - matthieu/frr.git/commit
Addition of missing zebra command descriptions
authorradhika <radhika@cumulusnetworks.com>
Thu, 22 Oct 2015 17:14:00 +0000 (10:14 -0700)
committerradhika <radhika@cumulusnetworks.com>
Thu, 22 Oct 2015 17:14:00 +0000 (10:14 -0700)
commita7f6b2e2195aaafa9911c895c43b2329cf8c5526
tree7f9d8fd3a8b57cd79e4b5cca0e85bd56e10c42b6
parentff40e335bbbed5e4fb36536d0c7cecf3edbb330e
Addition of missing zebra command descriptions

Ticket: CM-7456
Reviewed By: CCR-3528
Testing Done: Unit

Porting of the patch zebra-fix-cmd-type-desc-log.patch from 2.5 branch

Last few Zebra message command types defined were not added to the command type description table used for getting logging strings. This was causing the logs to display "unknown command type" instead of the actual command type. So, added all the missing zebra commands to the command type description table. Also, changed the order of the description table to match with the actual command type definition order.
lib/log.c