]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Fix comparison warning
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Jun 2016 19:30:48 +0000 (15:30 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 8 Jun 2016 19:37:21 +0000 (15:37 -0400)
commit4f87aceb78dcec9a88860d92c3657fcbeb46e845
tree155d633bfc8ac03528c30947fa9ae04d0666afcf
parentfac76f9cf78b57579512e3e429247262073d4a4c
zebra: Fix comparison warning

It's possible to have a comparison where
MULTIPATH_NUM is greater than the size of
data that a u_char supports for nexthop_num

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zserv.c
zebra/zserv.h