]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zapi_msg.c
zebra: reject ingress packets that are too large
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 4 Jan 2020 02:22:44 +0000 (21:22 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 4 Jan 2020 03:33:56 +0000 (22:33 -0500)
commitaa8cb96489df39b3fd7c7197df13f139b85e05e9
tree75931d34067ad35d09e883cb745460b70eb9c203
parentab12ca856cc7acfe7ccaa0849919181f53a3dc32
zebra: reject ingress packets that are too large

There may be logic to prevent this ever happening earlier in the network
read path, but it doesn't hurt to double check it here, because clearly
deeper paths rely on this being the case.

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/zapi_msg.c