]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Fix warning on 32 bit systems
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 17 Mar 2018 19:08:13 +0000 (15:08 -0400)
committerMartin Winter <mwinter@opensourcerouting.org>
Sun, 18 Mar 2018 12:13:21 +0000 (05:13 -0700)
commit74512b4883240a4a9cbcae8c8001254c09221297
treebd9b002baee6af7689749965ca7c5c06c2318446
parenta88a3ca5e6fb07f3670e1caeaa844ffff9a7b352
bgpd: Fix warning on 32 bit systems

We have a signed/unsigned comparison warning that this should
fix.

This should be ok because the range of input is a very limited
value and should never be of concern

Fixes: #1919
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_rpki.c