]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Cleanup dest buffer to small
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 7 Feb 2017 20:08:56 +0000 (15:08 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 7 Feb 2017 20:08:56 +0000 (15:08 -0500)
commit90d84f92ae9eb9e277b0669fdc830195c71b0fa8
treeea4df96386a715c7bd1ddb7727799940b0a9dac7
parent517cd68a3e308c69c15db6d707f62854e5379033
pimd: Cleanup dest buffer to small

Cleanup the in_ifname and out_ifname buffers
to be large enough to hold the actual interface
names.

Additionally move the common variables to be defined
once, instead of inside of multiple for loops

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_cmd.c