]> git.proxmox.com Git - mirror_frr.git/commit
pbrd: Fix compilation warn -> error
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 15 May 2018 17:34:52 +0000 (13:34 -0400)
committerMartin Winter <mwinter@opensourcerouting.org>
Mon, 4 Jun 2018 00:21:20 +0000 (17:21 -0700)
commit651301696e6418e9c927b278f52ad17922ef8610
tree7c0a76d6181a1a5612a599c493cf828aa5696fda
parentb915220d6dd997c2de85daf4ec3f86a354447632
pbrd: Fix compilation warn -> error

The buffer size was insufficiently sized to hold the
entirety of the data being passed in.

Modify the nht code to use a bit bigger buffer.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pbrd/pbr_nht.c
pbrd/pbr_nht.h
pbrd/pbr_vty.c