]> git.proxmox.com Git - mirror_frr.git/commit
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>
Wed, 15 Jan 2020 17:50:17 +0000 (12:50 -0500)
commitdf365916810a3516448dc1c80e25ea0472d38871
tree7bbd1f7d65ebd9458fc97ba3141bc4f9f4ff4ff3
parenta4f1cc55843b5596044ab691c2fd21104afa9e7f
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