]> git.proxmox.com Git - mirror_frr.git/commit - pbrd/pbr_nht.c
pbrd: Fix compilation warn -> error
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 15 May 2018 17:34:52 +0000 (13:34 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 15 May 2018 17:52:02 +0000 (13:52 -0400)
commit06210d1f4099a0fbbdba82f683148d5c8d0b2c8d
treedf209d3b9eefacc887ecd0f4e297d4b2b848419e
parent05c6f6a3c209ed2d95c0492260171aeeef077f07
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