]> 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)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 17 Mar 2018 19:09:42 +0000 (15:09 -0400)
commit6f577f582aa83ef89e560c36ed5ad4cc34817d23
treeb3edd4f2980974988c9a80b9beb821bd91a4d3f0
parent34a0beaa6c414859a7efb296df06774dc5445d54
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