]> git.proxmox.com Git - mirror_frr.git/commit
lib: dont decode more nexthops than we can handle
authorQuentin Young <qlyoung@cumulusnetworks.com>
Sat, 4 Jan 2020 00:07:25 +0000 (19:07 -0500)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 6 Jan 2020 17:43:29 +0000 (12:43 -0500)
commitb900b3c6a4018415a385d76207489347cd629062
tree1f7a9592e8cf2d152848f84b5635e3f2a51ea608
parentb833cc1ff473e5de43a6c33b520024c943db180c
lib: dont decode more nexthops than we can handle

If someone provides us more nexthops than our configured multipath
setting, drop the rest of them

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